Question
3
Replies
535
Views
Bank of America
Posted: August 11, 2017
Last activity: September 11, 2017
Closed
Solved
How to reset Index in Forloop object
Hi,
I am working on Pega robotics and wanted to reset forloop index to 0. Can someone point me how can I do it ?
Once the loop is completed and then for second loop run, I wanted index to be set as 0. Please suggest.
Set an int variable to 0 and attach it to the index for the forloop, then iterate the integer with each loop. When the loop finishes, reset the variable to 0.