Hello,
I'm building an approval flow with guidance from the following link:
https://www.bythedevs.com/post/working-with-files-on-ms-forms-in-ms-power-automate
and my flow is like this :
when I run the flow it returns an error:
The request failed. Error code: 'InvalidRequestContent'. Error Message: 'The request content was invalid and could not be deserialized: 'Could not find member 'ContentBytes' on object of type 'ApprovalsConnectorAttachment'. Path 'attachments[0].ContentBytes', line 1, position 454.'.'.
I think it has something to do with the append to attachment array:
for the Content/ContentBytes, I have tried the following:
"Content": File content
"Content": base64(File content)
"ContentBytes": File content
"ContentBytes": base64(File content)
none of the above works, I don't know what to do now.
Can anyone help me with this?
Thanks in advance!