Sebastian_88
Sebastian_88

Reputation: 47

Triggering action if ONE specific file changes on SharePoint

Is there a way to trigger an action in Microsoft Flow (Power Automate) when just one specific file in SharePoint gets modified? At the moment I have the situation that 6 files are updated at once, so the same action is triggered 6 times in a row.

I use the trigger "When an item is created or modified". There I can only adjust the SharePoint site name and the list (library) of files to monitor.

Upvotes: 1

Views: 2974

Answers (1)

Jean Phelippe
Jean Phelippe

Reputation: 332

Make sure your settings are set in a way the flow don't run in parallel.

In essence, you may want to limit the concurrence of the flow so it will run just once at a time.

1) First go to the settings

enter image description here

2) Limit the paralellism. If you just want to work on the first item then click turn on Split On which will yield a single file.

enter image description here

You can check here for more details.

Upvotes: 0

Related Questions