Hi,
I stated to use Array in this flow due to I need to attach different document (if they exists) to Approval Mail.
When I save all seem to be good, but now that I am running and testing the flow I get the following 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 689.'.'.

I have configured "Append to array variable" like this:
{
"Name": [DisplayName],
"ContentBytes": [Attachment Content]
}

How can I solve it?
It is really important for me.
Thanks
Federico