Increase value +1 per loop

To increase loop or others variable you can use this command

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