Hello Expert!,
I need help to build power to automate workflow weekly reassurance.
"Find files from the SharePoint folder structure which contain the file name "test" and move them to dedicate folder "My Test folder".

Hello Expert!,
I need help to build power to automate workflow weekly reassurance.
"Find files from the SharePoint folder structure which contain the file name "test" and move them to dedicate folder "My Test folder".
Hi there,
You would use "Get Files (Properties Only)" and filter on substring('test',FileLeafRef).
Then, use the "Copy File" action.
That's it.
When you set up the Copy File it'll turn into an "Apply to Each" which just means it's going to move each file it finds in your previous filter.