Hi @bibhupanigrahi , thanks for your email. Here's the full flow.
Please Note: There is no issue with sending the email to multiple people - I have resolved that. The issue is I can't get the email to send with a specific person's name in the email body, e.g. "Hi @bibhupanigrahi ".
I have attempted to use the Initalise variable function but as you can see it doesn't work as expected.
Here's how the flow is setup:
1. Screenshot 1: Creates a "Person" array variable to extract the email address for each "To" person - this flow works perfectly. The "To" person comes from a SharePoint list with a People column, there can be multiple To people in the list.
2. Screenshot 2: Initialize the "CombinedEmailString". Then Conditional flow, when the "Send" value changes from "No" to "Yes", the email flow starts
3. Screenshot 3: If no, for each "To" person get the user's Given Name and then add into the body of the email, e.g. "Hi Jack"
Sample Data:

Flow:


