web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / How can I have multipl...
Power Automate
Suggested Answer

How can I have multiple triggers for a flow?

(0) ShareShare
ReportReport
Posted on by 21
I have a bunch of forms, which are essentially the same in most respects, but for some reasons, need to be kept separate and not merged.
 
I am creating a flow that is triggered by a response being submitted. There's an inbuilt action for that. So far so good. 
 
However, the way I deal with the form data is exactly the same for all the forms, so the same flow would work for all the forms. The problem is - I don't know how to set up the flow to trigger if any of forms is submitted. I am able to setup only with a single trigger.
Categories:
I have the same question (0)
  • Suggested answer
    Robu1 Profile Picture
    1,569 Super User 2026 Season 1 on at

    Hi  ,
     
    Thank you for choosing Microsoft Power Platform and Dynamics 365 Communities.
     
    To create a flow that triggers when any of multiple forms are submitted, you can use a combination of flows and a master flow to handle the form data.
     
    Here's a step-by-step approach:
    Step 1: Create Individual Flows for Each Form
    Create a Flow for Each Form:
    Create a separate flow for each form.
    Use the "When a new response is submitted" trigger for each form.
    Add an action to call a master flow and pass the form data as parameters.
    Call a Master Flow:
    Use the "HTTP" action to call the master flow.
    Pass the form data as parameters in the HTTP request.
     
    Step 2: Create a Master Flow to Handle Form Data
    Create a Master Flow:
    Create a new flow that will handle the form data.
    Use the "When an HTTP request is received" trigger.
     
    Process Form Data:
    Add actions to process the form data as needed.
    Use the parameters passed from the individual flows to handle the form data.
     
    Example Configuration
    Individual Flow (for each form)
    Trigger: "When a new response is submitted" (for the specific form).
    Get Response Details: Use the "Get response details" action to retrieve the form data.
    HTTP Action: Use the "HTTP" action to call the master flow.
    Method: POST
    URI: URL of the master flow
    Headers: Content-Type: application/json
    Body: Pass the form data as JSON.
     
    Master/parent Flow
    Trigger: "When an HTTP request is received".
    Process Form Data: Add actions to process the form data.
    Use the parameters passed from the individual flows.
     
    By setting up individual flows for each form and a master flow to handle the form data, you can achieve the desired functionality without merging the forms.
     
     
    If you need more specific guidance or have any questions, feel free to ask! 😊


    If this fixes the issue, please mark as resolved to help others with find it.
     
    Happy to help 
    Robu 1

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 58

#2
David_MA Profile Picture

David_MA 53 Super User 2026 Season 1

#3
Expiscornovus Profile Picture

Expiscornovus 36 Most Valuable Professional

Last 30 days Overall leaderboard