I don't have a grasp on how to use loop a set of commands

Hello,
I just purchased a paid version, and it is working good. What I did was to create a set of command, and it reads a CSV file for website URL to open in a new tab, for the same set of command.

Since it contains xMove and xClick, I cannot run a batch file in task scheduler. But I want to start it with one manual click.

How do I loop it without “Play Loop” button? My purpose is to activate the loop with one manual click of a batch file. Could you please give me a simple example?

I think I want to loop like…
“For iLoop= 1 to !csvReadMaxRow
Next” for a set of command.

While_v2 did it, with Target: ${!CSVReadLineNumber} <= ${!CSVReadMaxRow}

1 Like