Hi ,
I have created a Ms Flow In which I am sending a mail when a case is assigned to any person(user) then a mail will sent to that assigned owner.
To achieve this I am sending the email using add a new row action and in that action I have selected the "Email Messages" entity and after the I am adding the "perform a bound action" but in this scenario I am getting an error for "To" field. To field is assigned owner that is coming dynamically from user entity(internal mail address).
error is : "Resource not found for the segment test@orgName.com", but this mail address is valid .
And I am using this syntax for "To" field /systemusers/(dynamic email address variable here)
Please do the needful help.