Hi,
When I tried to rename a folder, which i know exits because I take the Id one step earlier, the flow fail and give the error "archive not found:"
If I put the url that comes out in the source field in the browser does not give me any error and shows the different attributes of the folder:
I dont know what is hapennig so any help will be wellcome.
Thanks
HI @DiegoFM
This is a bit of a workaround but it works all the time. Since there's no decent way to rename files I copy them with the new name and delete the old files.
Here's the Power Automation:
Take care of special characters in the path by using this formula:
replace(replace(replace(variables('DESTINATION_FOLDER'), '/', '%252f'), ' ', '%2b'), '&', '%26')
Is this what you need?
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Cheers
Manuel
Give me the same problem.
Hi @DiegoFM,
You can use the following method to rename the folder:
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2