Good day Everyone,
I am very new to Power Automate Desktop, I've been using Power automate for a few months now, with some success. I am struggling to find an answer to this probably simple task.
Using the web recorder, i grab excel files from a few different sites and they drop into my default downloads folder. Some files have a different name each time. Like adding a date onto the end. I want to move and rename some of these files, but i need to use a function like "begins with" when selecting the file.
I don't see an option to use a wild card like: File to Move begins with "File Name%"
Do i need to create a variable or use another action?
Thank you,
Mark
Solved! Go to Solution.
Hi @Mark_Ball
Use Get files in folder action and apply file filter to it with * "SomeFileName*".
"*" is the wild card. You can use it before or after the file name
Then it will produce Files Array
Then use "Move File" action with %Files% or %Files[0]% depending on your use case
Hope this helps 🙂
Hi @Mark_Ball
Use Get files in folder action and apply file filter to it with * "SomeFileName*".
"*" is the wild card. You can use it before or after the file name
Then it will produce Files Array
Then use "Move File" action with %Files% or %Files[0]% depending on your use case
Hope this helps 🙂
that worked perfect! thank you 🙂
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
19 | |
10 | |
6 | |
5 | |
4 |