Hi.
I'm having trouble adding multiple attachment using file path to send an email (v2). I try to using custom object to store the Name and ContentBytes, then pass the custom object to the List. But I encountered some error "Cannot convert the literal '%BinaryData%' to the expected type 'Edm.Binary'"
this is my custom object
I try to hardcode the attachment and success with this list

And this is the list I create using custom object
The error is
Cannot convert the literal '%BinaryData%' to the expected type 'Edm.Binary'
this look like similar list to me, please anyone, thank you in advance