How to trigger another flow in Power Automate
In Power Automate there are two ways to trigger one another flow like child flow.
1. Instant HTTP Trigger
2. Instant Child Flow
1. Instant HTTP Flow
I. Create a Instant HTTP Flow (Child Flow)
- Add one or two actions in that flow and save it.
- It will generate an HTTP Post Url.
- If you want to accept the input from the parent flow, then you need to upload the schema.
- To Provide response back to the Parent Flow use the Response action at the last of the flow.
- click on the 'Use sample payload to generate schema' option in trigger.
- upload the schema (Json Format).
- Click on save button to save flow.
II. Create Parent Flow
1. Add action Http
2. Select the method 'Post'
3. Paste the child flow Trigger Url.
4. Provide the input in Json format in Body.
5. Click on save.
6. Use Compose to display the response.
7. Now run the flow.
- Create a Instant Flow - Manually Trigger a flow
- Add Input in Trigger to accept the input From parent Flow.
- Perform Your operations in child flow
- Use Respond to PowerApps or Flow action to send response back to parent flow.
- Now go to the Parent Flow.
- Use 'Run a child flow' action.
- select child flow
- Provide input to child flow from parent flow.
- Now run the Flow and see the response.
- In this using two way we can call the Child Flow.
Please Leave a comment If Anything is required.
If Anything is required Please Leave a Comment.
mda365
d365
Microsoft Dynamics365
https://mda365.blogspot.com
Thank You.