Turnstile activity equivalent in Flow Designer

Anubhav24
Mega Sage
Mega Sage

Hi All,

 

We have a activity "Turnstile" in workflow , what is its equivalent in Flow Designer.

Also if we need to check a IF activity after some action has been performed , in workflow we could easily point to that after some operation has been performed. For example I check a if condition and then if it results in NO then I add a run script activity and then point it back to the IF condition and if again it results in NO it again goes to the run script until the IF activity returns Yes , can we do it like this in Flow Designer.

 

Thanks in advance.

1 ACCEPTED SOLUTION

Mark Manders
Mega Patron

You can create a flow variable as counter that adds 1 on every loop, check on the counter and loop again, until the counter is at your defined limit and then do something else.

And flows have a 'do until' option.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

View solution in original post

1 REPLY 1

Mark Manders
Mega Patron

You can create a flow variable as counter that adds 1 on every loop, check on the counter and loop again, until the counter is at your defined limit and then do something else.

And flows have a 'do until' option.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark