The 'inputs.parameters' of workflow operation 'Enviar_correo_electrónico_(V2)' of type 'OpenApiConnection' is not valid.
Error details: The API operation 'SendEmailV2' is missing required property 'emailMessage/Attachments/0/ContentBytes'.
This is the message i'm receiving when testing a flow. I have an action to send emails througout Outlook 365. It's specially amazing because there are several flows in this same environment that are doing exactly the same and they have no errors.
I think it's possible that the trouble is actually in the property 'ContentBytes'. The parameter "Attachments" for the email message is being conformed from an array variable. This array variable is populated from a "For Each" action that loops through a collection of files obtained from OneDrive and, in every step of the loop, it's added the file name and its content like this:
{
"Name": XXXX,
"ContentBytes":XXXXX
}
Where it can be the problem? Have there been any recent updates on any of these Power Automate actions?
Thanks