Can we achieve all kind of loop through process studio?
- For loop
2.while loop
3.do while loop
4.for each loop
Can we achieve all kind of loop through process studio?
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!