
Announcements
I have created a flow that pulls all files from an SFTP location and moves them to Sharepoint:
I have a date stamped file that is pulled in each day. My goal is to have a single file with a constant file name overwritten each day, instead of multiple files. Can this be achieved?
Thank you
See if this URL Renaming a File in SharePoint Online provides some direction to send an HTTP request to rename the file, if this occurs correctly it should over write the existing file and keep version history.
Good Luck