Hi all,
I want to delete, automatically with a Power Automate flow, the image file content attached to the Image field on my Dataverse QuoteDetail form:
I try with Dataverse unbound action "DeleteFile" as mentioned in these following links:
https://linnzawwin.blogspot.com/2020/09/move-attachment-from-file-field-of.html#InitializeVariables
But the action step "DeleteFile" occur this error 'fileattachment With Id = '...GUID value...' Does Not Exist"'.
I passed to the action step the file Id ("ft_img_prodottoid" attribute) but the action always occurs the error above.
How can I delete the content of the image field using Power Automate cloud flow, please??