Hello! I have created a flow for Sharepoint with the intention of copying a file to two different directories, but when it runs it iterates on itself. I'm not sure how to fix the issue, but I'm thinking it's probably something simple to do with the trigger.
What I want is this:
- When a file is uploaded to a specific folder within a specific Sharepoint library
- Copy and rename the file and place it in a sub-folder within the same Sharepoint library
- Copy and rename the file (the originally uploaded file) and place it in another different sub-folder within the same sharepoint library
I have the renaming component working, but as I said above, the flow triggers itself. I think I need to specify that I only want a specific folder to be monitored by the trigger, but I don't see any options for that.
Any help would be greatly appreciated!