So I have first defined Current Index = 0 and put it before for each activity
then at the end of for each activity I have:
But I have an error:
The type of current Index is INT32
any ideas?
So I have first defined Current Index = 0 and put it before for each activity
then at the end of for each activity I have:
But I have an error:
The type of current Index is INT32
any ideas?
@chowus It has to be like this
CurrentIndex = CurrentIndex+1
Save to field ---------> CurrentIndex
value to save field -------------> CurrentIndex+1
Hope it helps!!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.