Is there any way to separate the steps after the Iterator?

Status: Open · Asked by stevenphan on · 0 views

Preeti Paryani — Reply ·

Hello @stevenphan,

The use case you are describing is unfortunately not possible. Once an Iterator is used, all the steps added after it will run for the number of objects present in the array.

Back to all forum threads · Log in to reply