Hi,
I've been stuck on this all day and can't seem to get past it.
I have a file I need to select dynamically, from a SharePoint Library and delete it (sounds easy).
I have also tried it so the file path (file path is saved in a sharepoint list) is coped in to the file identifier, no luck.
My flow is below, it works until I pass the delete output the file identifier. Any other solutions would also be appreciated.
I've also tried this solution to change the file identifier to a uri with no look:
https://powerusers.microsoft.com/t5/Building-Flows/SharePoint-Delete-file/m-p/316594#M33853
Thanks, that really helped me.😀
This worked for me:
You need to replace the backslash / in the URL with %2F when you type in the file identifier or when using dynamic content to as the file identifier.
See explanation here
Have you tried using the SharePoint REST API to delete the file?