Do process studio support all kind of loops?

Can we achieve all kind of loop through process studio?

  1. For loop
    2.while loop
    3.do while loop
    4.for each loop

Hi Shubham,

Yes, you can achieve the behavior of these loops using the appropriate logic.
In process studio, we have Start loop and Continue loop steps using that you can implement the scenarios required for automation.

Ok Thank You!