Hello,
I am building an approval process in PowerAutomate that is to do the following:
1. Extract multiple file uploads from a question in a MS Form
2. Attach the files to an approval process (simple approve/reject)
I am getting the following error message: "InvalidRequestContent": The request content was invalid and could not be deserialized (see below)
Here are screenshots of my flow:
Not sure why the content cannot be deserialized, but any suggestions are appreciated (with visuals if possible - apologies, I am a novice).
Hello @esimmo15 ,
approval task attachments have a different format than email attachments (content instead of contentBytes):
{
"Name": <DisplayName>,
"content": <AttachmentContent or FileContent>
}
User | Count |
---|---|
102 | |
40 | |
29 | |
23 | |
16 |
User | Count |
---|---|
132 | |
52 | |
50 | |
36 | |
26 |