While Loop?

While Loop?

Comments

  • I noticed Decisions has a for loop and a for each, but no while loop. Is the step for it named differently?

  • Actually, Decisions does not contain a step for while loops since its not all too different than what our rule logic can provide. You can instead create a Rule with a condition that loops the Flow back to it. Given this is made with a rule rather than a step, this offers more customization of this loop than may be offered in a step (at least not without creating a custom step with SDK).

Sign In or Register to comment.