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 = trueat 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

Report
All responses (
Answers (