Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Syndicate_Admin
Administrator
Administrator

Dataflows modifying EVERYTHING instead of rows that changed

I have a power automate flow that triggers based on changed values in a table. The table has a dataflow that somehow triggers every single row with the flow even if most of the rows are identical to before the refresh. I think the act of the dataflow itself is "modifying" every row, therefore triggering the flow for every single row. How do I stop this? How do I make it so the dataflow only updates the row if there is a different value there than before? I've tried incremental refresh but we don't have a date column to help with that.

1 REPLY 1
v-yanjiang-msft
Community Support
Community Support

Hi @Syndicate_Admin ,

Please try to add a filter in your flow to check if the value has changed. Firstly create a column "value is changed", when the value is changed, the column get "yes", then the flow can be trigered. Please refer to: Trigger flows when a row is added, modified, or deleted - Power Automate | Microsoft Learn

 

Here're some similar threads:

Solved: Run flow only when status column has changed and t... - Power Platform Community (microsoft....

Solved: Trigger flow when only one field in list is modifi... - Power Platform Community (microsoft....

 

Best regards,

Community Support Team_yanjiang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors