Insert autoincrement number in open command

Hi there, i need to create a loop that at the end of the macro restart opening the url followed by a number that is +1 of the last.
es:
siteiwouldtoopen/1
siteiwouldtoopen/2
siteiwouldtoopen/3
etc…

Any help would be appreciated, thanks in advance

Need a simple loop

{
  "Command": "executeScript_Sandbox",
  "Target": "return Number (${Loop_Counter}) + 1",
  "Value": "Loop_Counter"
},
1 Like

thank you so much!
this work, found another way retrieving numbers from a csv file