Hi,
When I submit a form with an attachment it is stored in OneDrive. I am trying to delete to file within Power Automate but can't seem to figure out how to grab the ID of the file.
I have grabbed the File attachment from OneDrive...
Later down in the flow, I then attempt to delete the file the only available option is for file content.
Thanks
Does anyone know a workaround to get the ID or identifier of a OneDrive file?
Hi @Rob90 ,
I made a template for your reference
Here is form
(This method does not use Parse JSon)
If you want to use [Parse Json], you should be able to get the id of the file after parsing, and you can delete the file directly through the file id
Best Regards
Cheng Feng