- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2022 05:15 PM
Hi.
For Flows in Flow Designer, is there a way to run Flows continuously? For example, Flows_b will run automatically when Flows_a finishes running.
I want to run 100+ Flows like above.
Is there any way?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2022 05:35 PM
Hi @__ __2 ,
You can't call a flow from another flow but you can call a subflow from a flow. Create a subflow for those two flows and they you can call the subflow from that third flow.
I hope this helps
Please mark my answer correct if this helps you
Thanks
Mohit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2022 05:35 PM
Hi @__ __2 ,
You can't call a flow from another flow but you can call a subflow from a flow. Create a subflow for those two flows and they you can call the subflow from that third flow.
I hope this helps
Please mark my answer correct if this helps you
Thanks
Mohit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2022 06:52 PM
thank you!