Hi all,
I think what I'm trying to accomplish is simple, but I'm stumped.
In a power automate flow, I'm converting a file to PDF format and now I want to add that file as an attachment to a new Note in Dataverse.
Here's what I've done so far:
First, I grab the file from a Note that already exists, where the file is in Word format (.docx). I get the file and convert it to PDF successfully using the "Convert Word Document to PDF" connector.
However, in the next step, when I try add a new row using the file output of the previous step, the flow is failing and I'm receiving the following error message: "Invalid character in field 'documentbody': '', hexadecimal value 0x1B, is an invalid character."


Am I missing a step or are my inputs wrong?
Any help is appreciated!