Good Day,
Ask for help.
How to update folder name in SharePoint using FLOW?
thanks and Advance

Good Day,
Ask for help.
How to update folder name in SharePoint using FLOW?
thanks and Advance
Hi @DHAGZ,
Do you want to update the folder name using Flow?
Could you please share a bit more about the scenario?
Currently, if you want to rename the SharePoint document folder name, you could only try to call the API to rename it.
Firstly, you should use the Get method to obtain the folder's OData type, then submit a MERGE request to update the folder name.
Here is my flow configuration.
Check if this could help.
Regards,
Qi