call a flow from a flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2022 06:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2022 07:03 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2022 08:33 AM
Mike’s suggestion is preferred but you could also use the first Flow to do an action that triggers the 2nd Flow based on the 2nd Flow’s trigger…it could be easier if it’s a large Flow to copy it and change the trigger than to replicate as a Subflow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2022 08:54 AM
Hi Ricker,
thank you for your reply. Could you please explain how you add a trigger in the 2nd flow and how you call that trigger on the first flow?
Kr,
Sebastien
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2022 10:19 AM
The trigger is what starts the Flow, an event, record created, time of day.... Triggers are required on Flows. If your Flow does not have a trigger it's a Subflow. Suppose you have a Flow triggered by the creation of a new User record with a specific department set. You could have your first Flow create a User record in that department. The creation of the user record with the correct criteria then triggers the second Flow.