Skip to main content
Community site session details

Community site session details

Session Id : IpC2vpBRQEF2rL1Ohvrs9c
Power Automate - General Discussion
Unanswered

Flow triggering twice after one submission

Like (4) ShareShare
ReportReport
Posted on 30 Aug 2023 16:23:49 by 18

For some reason my flow gets trigger twice at the same time after just one submission. I am not referencing any other flows. What could I do to fix this? Is there a trigger condition I could set to prevent the second trigger? 

 

jnakhle_0-1693412545040.png

 

  • creativeopinion Profile Picture
    10,466 Super User 2025 Season 2 on 07 Mar 2025 at 00:49:39
    Flow triggering twice after one submission
    It's hard to offer any recommendations without seeing your full flow and the logic behind it. If you are using the new designer, toggle it off and click each action to expand it. Upload a screenshot of your flow in edit mode.
     
    If you are using an automated trigger in your flow—it's always best practice to include trigger conditions. Not sure how to do this? Check out this YT Tutorial:
     
     
     
    Trigger conditions can be set in most flow triggers. These conditions you set must be true for the trigger to fire.
    In this Power Automate tutorial, I’m going to show you how to use trigger conditions in your flows to control when your Power Automate flows trigger. If your plan has flow run limits—you can avoid triggering your flows unnecessarily by using trigger conditions.
     
    I’ll cover four different flow examples that would benefit from trigger conditions:
    ⚡️ Triggering a flow when a column is changed to a specific value
    ⚡️ Triggering a Flow When an Event Updated or Deleted
    ⚡️ Triggering a Flow When a New Folder is Created
    ⚡️ Triggering a Flow When a Specific Email is Received
     
    I’ll also show you a trick on how to easily create the expressions needed and give you a few tips on how to troubleshoot your flow.
     
    IN THIS VIDEO:
    âś“ Four different flows that would benefit from trigger conditions
    âś“ What is a trigger condition?
    âś“ How to add a trigger condition to your flow
    âś“ How to trigger a flow when a column is changed to a specific value
    âś“ How to trigger a flow when an event is updated or Deleted
    âś“ How to trigger a flow when a new folder is created
    âś“ How to trigger a flow when a specific email is received
    âś“ How to troubleshoot a trigger condition
    âś“ How to prevent case sensitivity issues with a trigger condition
    âś“ How to use the filter array action to easily compose an expression that can be used in a trigger condition
     
     
    Hope this helps!

    Consider giving me a âť¤ď¸Ź if you liked my response!

    👉 Level up your Power Automate skills by checking out my tutorials on YouTube
    👉 Tips and Tricks on TikTok and Instagram
  • JM-06032314-0 Profile Picture
    5 on 06 Mar 2025 at 23:33:00
    Flow triggering twice after one submission
    Hey there, I had same a similar issue, I've got a flow that triggers each time a keyword is sent in a couple of chats, it was working just fine but then for some reason the flow started running twice whenever a keyword was mentioned.
    After doing some tests on both the chats where the flow could be triggered from I found that this behaviour only ocurred in one of the chats, when a keyword was sent in the other chat the flow ran once as expected, all I did then was: remove the chat that was presenting problems from the "When a keyword is mentioned" trigger, I saved and then added it again, and it was back to normal.
    Hope this helps if someone faces the same scenario.
  • ELAISA12345 Profile Picture
    5 on 21 Mar 2024 at 17:50:50
    Re: Flow triggering twice after one submission

    I was facing the same issue and I read dozens of posts like this. What works for me was copy the flow, turn off the old flow and when I run the copied flow, It not runs twice anymore.

  • NPPlatform Profile Picture
    606 Moderator on 14 Nov 2023 at 08:02:22
    Re: Flow triggering twice after one submission

    I had the same problem of flows triggering twice and your setup (adding a terminate after the Respond to Powerapps-step) seems to work for me too. Thanks for sharing!

  • tmd Profile Picture
    8 on 02 Oct 2023 at 19:53:16
    Re: Flow triggering twice after one submission

    I also have this issue and it began Sept 29, 2023. I can only speculate there is an issue on the backend of Power Automate as I have used these automations for three years now and this is the first time it has happened. I do not have the "Respond to PowerApp or Flow" step in any of my automations.

  • brianxp Profile Picture
    15 on 05 Sep 2023 at 02:22:02
    Re: Flow triggering twice after one submission

    Edit: Apparently the conditional way did not work as I thought. However, unlike before, having the "Respond to PowerApp or flow" step added normally does not timeout anymore, even when triggered directly and not from another flow or PowerApp. The below setup seems to work okay now too.

     

    brianxp_2-1693881370747.png

    -------------------------

    Just an update to the above, at least on my end.

     

    I'm not sure exactly why but it seems like having the "Respond to PowerApp or Flow" present in the flow, causes it to trigger twice for some reason regardless of where that step is placed in the flow. 

     

    Even if I terminate the flow before it reaches that step, it'll still trigger twice.

     

    Originally I had a set up like the following:

     

    brianxp_0-1693879854221.png

     

    If the flow was triggered directly on Power Automate, the "Respond to a PowerApp or flow" step would time out and I would set Terminate to run after if the previous Scope had a time out. However, if it was triggered from PowerApps or another flow, it would be fine.

     

    Again, even though the flow does not reach this step, it'll trigger twice.

     

    Taking a different approach, I have somehow been able to prevent this issue. I have a Yes/No flag set on the Manual trigger. If true, it'll try to do the "Respond to a PowerApp or flow" step. 

     

    brianxp_1-1693880172274.png

     

    I still don't quite understand why this works since the previous version of the flow did not even reach the Try scope. Additionally, this does not explain why resubmitting the flow from the flow run history does not reproduce the issue. Perhaps resubmitting is treated differently than executing/testing? 

     

    Perhaps by simply existing in the flow, the flow is expecting some sort of callback or something and, since that doesn't happen, it immediate runs twice but does not expect a callback if being resubmitted? It's a big mystery to me.

     

    Anyways, a day has passed since I tried my solution so I'll double check that it is still working. If not, I'll follow up.

     

     

  • brianxp Profile Picture
    15 on 04 Sep 2023 at 00:52:05
    Re: Flow triggering twice after one submission

    I'm actually running into a very similar issue so I thought I'd share. I've submitted two tickets to Microsoft Power Platform support but neither has been responded to. The first ticket was submitted 2 weeks ago but I am not sure how long the response time is typically.

     

    Not sure if the below info helps but maybe there are some commonalities?

    Some facts

    1. Multiple flows have the same problem
    2. These flows share the same Connection Reference
    3. These flows exist in the same solution
    4. Running them normally causes them to trigger twice
    5. Running them with the Test button causes them to trigger twice
    6. They all use a manual trigger
    7. There are not any errors
    8. They call child flows
    9. New flows created do not have this problem (as far as I have tested) but they are simple flows but use the same Connection Reference as the other flows which do have the problem
    10. Looking at the Connection Reference details before running the flow, the flow will appear once under "Flows using this connection"
    11. Looking at the Connection Reference details after running the flow, the flow appears twice
    12. Many of them use a "Respond to PowerApp or Flow" step. However, as indicated below, to test that none of the steps flowing the Manual trigger are causing the issue, I tried adding a Terminate "Successful" step immediate after the trigger and the issue still occurs.
    13. The flows exist in both Solution A (Development environment) and Solution B (Production). The fundamental difference is that Solution A flows have been updated to use manual triggers. Solution B uses Recurrence triggers. Solution B flows do not experience this issue.

    Things I have tried

    DescriptionResult
    Removing the flow from the solution and adding it back inSame issue
    Deleting the manual trigger, replacing it with a different trigger, saving the flow and then changing it back to a manual triggerSame issue
    Creating new connection references and having the flow use that one insteadSame issue
    Deleting the old connection reference and creating a new oneSame issue
    Terminating the flow with the Terminate action right after the manual triggerSame issue
    Resubmitting a flow that has already ranIssue does not happen

     

     

  • jnakhle Profile Picture
    18 on 30 Aug 2023 at 17:26:10
    Re: Flow triggering twice after one submission

    jnakhle_1-1693416357608.png

     

    Here is a screenshot of what the user sees. They select an option, the user fills in information, then submits the form that then gets emailed to a certain group of people. However I just noticed something - there are 5 options here but only 4 branches? I sent a test to the one branch not in the form I sent screenshots to and the flow ran successfully. Does that mean there must be another flow in use? 

  • trice602 Profile Picture
    14,110 Super User 2025 Season 2 on 30 Aug 2023 at 17:21:29
    Re: Flow triggering twice after one submission

    Hi @jnakhle ,

     

    My reply was incorrect here so removed it.  FYI -

     

     

  • Nived_Nambiar Profile Picture
    17,972 Super User 2025 Season 2 on 30 Aug 2023 at 17:14:51
    Re: Flow triggering twice after one submission

    Hi @jnakhle 

     

    So in each branch you are sending email to person to fill form which they need to submit (is it the same form?) 

     

    Thanks & Regards,

    Nived N 🚀

    LinkedIn: Nived N's LinkedIn
    YouTube: Nived N's YouTube Channel

    🔍 Found my answer helpful? Please consider marking it as the solution!
    Your appreciation keeps me motivated. Thank you! 🙌

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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Tomac Profile Picture

Tomac 986 Moderator

#2
stampcoin Profile Picture

stampcoin 699 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 577 Super User 2025 Season 2

Loading complete