Is it possible to complete iteration before continue scenario?

I have made a scenario with a json and an iterator for 5 item and put in a database after I want to use one item to continue the process. For now, iterator make one item and the process continue to the end and iterator make the 2nd one and the process go to the end and so one. But I have to choose one of the item before process continue otherwise I have 5 issues instead of one.

Hey @Vincent1

The only way this may be achievable is to add an Array Aggregator at some point after the Iterator, depending on your actual use case.

2 Likes