04-02-2019 04:02 AM
hello,
I want to find the loop counter when the while loop is running, without setting parameter for record additionally. Is there anyway possible for me?
Thanks in advance.
Solved! Go to Solution.
04-02-2019 07:05 AM
There is no loop counter that comes with the while loop step. You can easily add one using the Pre or Post expression fields.
04-02-2019 08:59 PM
Thank you. I compared with For loop and find that there is also no loop counter in itself. Therefore, I still have to set temperary parameter for loop counting.