There is built in scheduler in BAS PREMIUM version.
You can run it in win task scheduler also but need to
create BAT file that runs your script from CMD with
-- silent option included.
Does anyone know how I can join a resource with a variable, for example, I am using this:
[[USERNAME]] = {{EMAIL[[THREAD_INDEX]]}};
But it gives me this error:
Thread #1 : All data have been processed for EMAIL[[THREAD_INDEX]]
I want to extract the value of a resource according to the THREAD
@isaacjaco49111 said in join a resource with a variable:
Does anyone know how I can join a resource with a variable, for example, I am using this:
[[USERNAME]] = {{EMAIL[[THREAD_INDEX]]}};
But it gives me this error:
Thread #1 : All data have been processed for EMAIL[[THREAD_INDEX]]
I want to extract the value of a resource according to the THREAD
You can't do that, and this is an example of bad code
@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