@isaacjaco49111 said in join a resource with a variable:
@Fox I understand, so for example if I have 20 accounts and I want to obtain resource 18, should I create 18 resources?
Create one resource and put the data of 20 accounts in it
I have a resource "emails" that is not being saved as emails are being used.
When my application is stopped the emails resource is not saved back to the disk... So next run it starts using all the emails again.
I've used BAS for over a year and never experienced this issue, not sure if its a recent update or?
Basically resources need to be saved on script stop.. please
@tipston244 said in Resources have a bug:
I have a resource "emails" that is not being saved as emails are being used.
When my application is stopped the emails resource is not saved back to the disk... So next run it starts using all the emails again.I've used BAS for over a year and never experienced this issue, not sure if its a recent update or?
Basically resources need to be saved on script stop.. please
The resource mechanism has not changed since the creation of BAS, look for an error in the script logic.