Hi,
I have a daily recurring flow that:
- List files in a Google Drive folder
- Get file content from each file using id
- Create file in sharepoint using file name and file content.
Files are added to google drive before flow runs each day, and old files remain. So flow tries to create files in sharepoint, some of which are already there. Causes flow to 'fail' as file already in folder, even though it works. But flow then turns off after 8 'fails'.
Is it possible to add a step so that, if file already exists in sharepoint, it just skips this file?
Or else moves folders in Google Drive folder to a subfolder after flow runs.
Or any other suggested workaround.
Thanks in advance!
Chris