Index auto increment

hello i want to increment value of my regex output variable as i showed in screenshot

  • i used for each activity
  • in that initial outREgex(0) “index will be 0” next i want auto increment that
  • any help
    thanks
    cheers :slight_smile:
1 Like

Hi @monikanimbalkar

If you are using for each activity then the output of the for each activity give you the Index as integer. You can use this for your purpose.
Capture

How many times do you want to increment .What you can do is to create a counter variable inside the loop and pass it to index in outRegex(counterVariable) @monikanimbalkar

cheers :smiley:

Happy learning :smiley:

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.