Counter value not increasing inside for each row datatable

Assigned the default for counter value as 0 and increasing +1 in each iteration… but it is not increasing

attached workflow
Main.xaml (10.7 KB)

have a look at the index output of the for each row acitvity wihich is returning the loop counter out of the box

otherwise change the scope of your counter to a higher scope

1 Like

Hi @Sathish_Kumar_S The file was not opening. I see the scope of the Counter var in the screenshot is Body. Can you please change the scope of this variable to Main Sequence and check

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