
Im trying to usean attachment form an email to process with an Ai Builder Model, but the parameter "content" indicate that its null. This is the error on my flow
Hi @DevanyFlores,
How you extract attachments from the Email?
I have made a test to confirm check the contentbytes, select body from the when a new email arrives, then use parsejson to capture the contentbytes
We need to convert it to a string from the Base64 format it's in, which will produce the XML in a string format.
base64ToString(body('Parse_JSON')?['contentBytes'])