- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 01:48 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 02:03 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 02:03 AM
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