Flow Failure - Trigger does recognize file move
Hi
For this you can try the polling approach.
How it works:
A Power Automate flow runs on a schedule (Recurrence trigger for example 5 or 15 minutes). This is not real time. I don't know if this is a problem for your use case.
It checks the destination SharePoint library (or folder) for new files. Use “Get files (properties only)” to list files in the destination library.
The flow compares the current list of files to a stored list (SharePoint) of previously seen files. You have to build this logic yourself.
If a new file appears (especially one with an older “Created” timestamp), it’s likely a moved file.
The flow then posts a message to Microsoft Teams with the file details.