I´m trying to send multiple E-mail Attachements via Powerautomate.
I prepare Content by creating an Array just like E-mail Attachements usually are formed. But when i want to use this array powerautomate Escapes all my Characters:
“emailMessage/Attachments”: “{ “Name”: File0.dotx,n “ContentBytes”: {n “$content-type”: “application/vnd.openxmlformats-
That way it can´t be interpreted correctly and if i try to use the json() function it also does not work.
Help anyone?
I even tried manually building a string out of the array that can be used. But it still did not work.
Christian Hilz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.