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 that I am adding the "perform a bound action".
I am using Queue Id's for "From" and "To" both fields Syntax is: queues(ID). And What is happening Email got successfully created in dynamics 365 using "Add a row" Action(In which I have selected the email messages entity) but email status is Draft and after that when flow comes on "perform a bound action" then it is giving and error
error: "Could not find email address for recipient of type 'Queue' with Id '123uhsdfuh2342'"
I need to send the email notification as well
Please do the needful help.