Hi All,
Wondered if you could help me with this strange issue I am getting.
I am using power Automate to update Channel names based on a update to a SQL DB. As there is no built in action to update channel names I am using the Graph API.
- The HTTP PATCH request works fine and the name of the Channel changes successfully.
- but here comes the strange part, after the Channel name has updated successfully it creates a new folder in SharePoint and links to that folder.
- I cannot delete that folder after it has been created.
- I need it to use the existing folder as files will be in there from before the name change.
Here is a preview of Sharepoint, the top folder was created when the Channel was created, the second was created after the flow has ran to rename the channel.

Here is the HTTP PATCH request I am doing:

Am I missing something with the Body of my HTTP request?
Any help is greatly appreciated here.
Thanks,
Danny