Hello,
I have an existing flow that saves a file into a SharePoint Shared Documents. The Structure goes:
/Shared Documents/XYZ Folder/
The file is then saved in the 'XYZ' Folder
I have another folder within XYZ Folder, called 'Archive', I would like to archive the only excel file in /Shared Documents/XYZ Folder/ into Shared Documents/XYZ Folder/Archive.
When building this flow, what I have found is that due to the directory, the flow attempts to move all existing files in 'Archive' to 'Archive' again and it fails. Is there anyway to specifically only move the file that is in /Shared Documents/XYZ Folder/, without touching the ones in the 'Archive' folder contained within 'XYZ Folder'
This flow will be part of a daily flow, so everyday I will look to move the excel file in /Shared Documents/XYZ Folder/ into Shared Documents/XYZ Folder/Archive, and the flow will continue to save a brand new file in /Shared Documents/XYZ Folder/
Thanks