I'm trying to copy a file and then rename it "dd/MM", however it only seems to work when i use direct text such as "testing" but when i try to use the Formatted date variable to use today's date it won't work, it says "Directory not found" any idea why it might be?
Hi @HANNML !
This is actually a Power Automate Desktop question. I have already moved it to the desired location.
Anyways, I do hope you know that a file cannot contain '/' or some other characters like:
So instead try this action:
Put this action between 2 and 3 actions:
The configuration of the "Replace text" action:
Then use this variable "Replaced" in the "Rename file(s)" action of the section, "New File name".
I hope this helps.