Flowchart in While loop

Sometime back I wrote program which had many if conditions inside While loop. Now it is difficult to read and understand the logic which is written on while loop. So I decided to keep a Flowchart inside the while loop to keep my decisions clutter free using Flow decision. But Uipath is not allowing have Flowchart inside a while loop without a sequence.
Similar to For each, while should also allow replacing the body in sequence to body in Flowchart.

2 Likes

My Mistake. I couldn’t do it in a specific scenario. So I thought this was not possible at all. Thanks.

1 Like

Hi @vasanth8891

Within Sequence you can create a while along with flowchart

Thanks
Ashwin S

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.