I use for each excel row activity.
Is current index the number of each loop?
So third loop current index = 3?
If so, how can I save current index as a TEXT so that I can use it in modify text activity
I can’t use it now because:
I use for each excel row activity.
Is current index the number of each loop?
So third loop current index = 3?
If so, how can I save current index as a TEXT so that I can use it in modify text activity
I can’t use it now because:
CurrentIndex is the index of your row.
you can use it by writing CurrentIndex.toString if it’s in scope.
how can I store this information as a “text”?
BY using .ToString
Yes buddy that is correct
Thanks, sorry I don’t know the coding part yet I’m just learning StudioX
no problem, take your time.
Ask your doubts here.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.