Hi All
I am looking to use the HTTP sharepoint action in a flow to update the name of a folder in a document library.
However, in following the documentation Working with folders and files with REST | Microsoft Learn I can't seem to get the uri entry right.
Our libraries are named "Inspections" for example but dataverse is can_inspection (depending on the SP action, either can be used)
The following just times out after a number of failed retries: _api/web/GetFolderByServerRelativeUrl('/Folder Name')/ListItemAllFields - I assume because we need /Inspections or similar before folder name.
The error is InternalServerError