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
Have you tried using the SharePoint REST API to delete the file?
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
Thanks, that really helped me.😀
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Did you know that you could restore a deleted flow? Check out this helpful article.
User | Count |
---|---|
23 | |
12 | |
11 | |
10 | |
8 |
User | Count |
---|---|
33 | |
24 | |
22 | |
17 | |
16 |