Pawan Poojary
Pawan Poojary

Reputation: 1

Is there a way to read file change events from sharepoint for multiple sites?

I need to get file change events from SharePoint whenever any change happens for a document library across multiple sites.

I have been exploring a lot on reading file changes events from SharePoint. SharePoint trigger of logic app and power automate are site level. What we need is for it to be at a higher level to read changes for multiple sites.

I later explored SharePoint webhooks, but it also seems to get file change events at site level.

how can we read file changes events for multiple sites with a single webhook?

Upvotes: 0

Views: 178

Answers (1)

@Pawan Poojary If you want to use Power Automate then you will have to create separate flows for each library. other approach will be to develop a logic app or a console application that runs on a VM, that run each X minutes/hours and check if the file was recently changed and read it accordingly. Using the console app or logic app you can loop through all sites and libraries within the same app, no need to have separate apps.

Upvotes: 0

Related Questions