Hi,
I need help with a Flow file transfers from Sharepoint to on-prem servers.
The Flow I created is to copy files from Sharepoint to on-prem servers via a gateway setup.
The Flow works fine if the files are new, an existing file being renamed but fails if the files are updated with new contents and new date stamps.
These are the rules I am trying to create:
IF a NEW FILE is added on Sharepoint OR IF FILE is rename on Sharepoint OR IF FILE PROPERTIES are updated on Sharepoint
THEN COPY FILE to on-prem
ELSE
END
The part that is failing is when the file property(date, size & time) is updated but not renamed. The trigger does not process files with new date stamps or file sizes.
