
Announcements
Hello,
I have a number of automated workflows set up in Power Automate that work most of the time.
Recently, I have been encountering the following error:
{"errors":[{"message":"The to array is required for all personalization objects, and must have at least one email object with a valid email address.","field":"personalizations.0.to","help":"http://sendgrid.com/docs/API_Reference/Web_API_v3/Mail/errors.html#message.personalizations.to"}]}
I am unsure of what this error means. Upon further investigation, there is always an email in either the 'To' or 'Cc' field for the email notifications to trigger/send.
Any help would be greatly appreciated!
@JJP1 From the error it seems like it is seeking for an array in the ''to'' field. Can you try to create an array (initialiaze variable action) and put your emailadress(es) in that array. For instance like this ["name@mail.com"]. By doing this we create a single object array. Afterwards set the '''to'' the created array variable.