So, I have a list of urls for a bot task, lets say 200 (1 per line)
settings for template = "-1" so that it continues until criteria is reached, line 1, line 2, >>> line 200
If I set execution to "1" will this complete 1 action per line, or 1 action overall before stopping? I need to slow down actions, my thoughts is to set execution to "1" and schedule for every 10 minutes... I want 1 x 200 (once per each url) though, not 1 url... pause...10 mins... 1 url...
I am not a coder, I cannot make templates, this question is as an end user, thanks
settings for template = "-1" so that it continues until criteria is reached, line 1, line 2, >>> line 200
If I set execution to "1" will this complete 1 action per line, or 1 action overall before stopping? I need to slow down actions, my thoughts is to set execution to "1" and schedule for every 10 minutes... I want 1 x 200 (once per each url) though, not 1 url... pause...10 mins... 1 url...
I am not a coder, I cannot make templates, this question is as an end user, thanks