Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2020 12:30 PM
Hello Drew,
Thanks for the reply!
I tried this but the action output (the counter current value) that get increased during the loop does not store the new value. As result, each loop generates the same number.
(I am testing this on New York instance, and using a sub-flow instead of a flow).
If the solution works for you, I may be doing some mistake on my end.
I have created an action containing 1 input and 1 matching output integer variable. The action is placed outside the loop and a new instance of the same action is added within the loop itself.
The input of this second action is the output of the first one increased by 1.
Thanks:)