Situation:
- I have a flow which creates a batch of folders in the root of a library on our SharePoint site, each with unique access permissions based off staff information in a list.
- I also have a different library on the same SharePoint site which contains confidential Word documents relating to each staff member.
- A manually triggered flow that will create a copy of each Word document in the folder with the matching ID.
The file names are formatted: '<last name>, <first name>, <staff ID>, <document type>'
Any help would be hugely appreciated!