Hey there,
So, my flow's doing its thing - creating files when they're not in the SharePoint folder yet. But, it's throwing me a "Flow failed" message every time (I suppose because it tries to create files even if they exist and fails), and I'm not too sure it's gonna keep chugging along like this without hiccups.
Here's the plan:
- Start by listing out the file names in the SFTP (FtpNames) and initialize it.
- Then, list out the file names in the SharePoint folder (SharepointNames) and initialize it.
- Now, for each file name in FtpNames, I want to check if it's in SharepointNames.
- If Yes do nothing
- If No - go ahead and create that file.
Seems straightforward, right? But, I'm hitting a wall trying to put it into action. Any pointers or help would be awesome!
Thanks a bunch!


Report
All responses (
Answers (