I have a Power Automate around a query I have in Azure Dev Ops that is looking for tickets that are reaching SLA and to e-mail the user, everything looks good until I get to the send an email (v2) where I use the fields TO in the parameters. If I just hard code a users e-mail it works.
Status code is 400 body output is as follows:
{
"status": 400,
"message": "One or more recipients are invalid.\r\nclientRequestId: 537a262e-557a-4361-9966-bc62529b5158\r\nserviceRequestId: 37e1f99a-ddce-226b-74e5-54532f00de0f",
"error": {
"message": "One or more recipients are invalid.",
"code": "ErrorInvalidRecipients",
"originalMessage": "At least one recipient is not valid., Recipient 'xxx <xxx@DATALINKSOFTWARE.COM>' is not resolved. All recipients must be resolved before a message can be submitted."