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 / Power Automate - Datav...
Power Automate
Suggested Answer

Power Automate - Dataverse Trigger Fires Twice Despite Concurrency Control = 1

(0) ShareShare
ReportReport
Posted on by
I have a Power Automate flow that triggers on Dataverse record updates, but it executes twice consecutively for the same record modification, even with concurrency control enabled.

Flow Configuration

Trigger: When a row is added, modified or deleted (Dataverse)


  • Entity: dc_dailyotstats

  • Scope: Organization (4)

  • Filter Expression: dc_iscompleted eq true and dc_isprocessed eq false

  • Filtering Attributes: dc_iscompleted,dc_isprocessed

  • Concurrency Control:  Enabled with Degree of Parallelism = 1

    The Problem

    When another flow sets dc_iscompleted = true at 8:00 PM, my flow executes twice at the exact same time (e.g., 20:06:00 and 20:06:00).

    Example from execution history:

    Execution 1: Start time: 20:06 - Duration: 00:00:17 - Success 

           Execution 2: Start time:  20:06 - Duration: 00:00:17 - Success 
I have the same question (0)
  • Suggested answer
    Riyaz_riz11 Profile Picture
    4,048 Super User 2026 Season 1 on at
    Hi,
     
    This happens because Dataverse may fire both a Create and an Update event for the same row, so Added, modified or deleted can trigger twice.
    Change Change type to only the specific event you need for example, Modified only.
    Keep Filtering attributes to only the fields that should trigger the flow dc_iscompleted, dc_isprocessed) so child/related updates don’t re-trigger it.
    Add a trigger condition like @equals(triggerOutputs()?['body/dc_isprocessed'], false) so if a first run sets it to true, a second parallel trigger immediately exits.
    Also double‑check there isn’t a second copy of the same flow or similar trigger in another environment or solution
     
    If I have answered your question, please mark it as the preferred solution ✅ . If you like my response, please give it a Thumbs Up 👍.
    Regards,
    Riyaz

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 594

#2
Valantis Profile Picture

Valantis 328

#3
David_MA Profile Picture

David_MA 281 Super User 2026 Season 1

Last 30 days Overall leaderboard