Dear community,
Some time ago I built a pretty basic flow that sends an e-mail with a PDF attachment for each recipient listed in an Excel file.
It stopped working some weeks ago with the following error:
{
"status": 400,
"message": "Provide at least one email in 'To', 'CC' or 'Bcc'.\r\nclientRequestId: 9025ae39-f391-40f5-9e33-656360c529e1",
"error": {
"message": "Provide at least one email in 'To', 'CC' or 'Bcc'."
},
"source": "smtp-ne.azconn-ne-003.p.azurewebsites.net"
}
This is the flow:
Am I missing something obvious or is this something the community is already aware of?
Cheers!
Bruno Martins