I am trying to create a Power Automate flow for my SharePoint structure to help manage version updates of files saved in multiple locations.
I want to have a master folder where files will stored and modified. When a file is modified I want Power Automate to search another SharePoint folder (and its subfolders) for files of the same name and then overwrite these existing files with the one from this master folder. There will often be 2 or 3 files with the same name (identical files jsut saved in multiple places) so I need it to check all the files in all the folders of that SharePoint location and not just stop after the first file.
I can see how to add new files or modify exsiting files in a specific folder, but can't see anything about searching/checking to see if that filename already exists and overwriting it if it does within a SharePoint folder and it's subfolders.. any help on this would be appreciated! Thanks