@ComputerHabit2
Your action "Get email location addresses" action is Get Items action. This action gets more than one item. Due to that, you see Apply to each action when you are trying use the field from "Get email location addresses".
In your case, you are getting 2 entries from the list. Due to that, the Apply to each is sending two emails.
If you just want to send one email to all the users, then Create a variable "varEmailIds" of type string and append all the email addresses to it in the Apply to each.
Now, you can use the variable varEmailIds in the Send Email's To.
Regards
Krishna Rachakonda
| If this reply helped you to solve the issue, please mark the post as Accepted Solution. Marking this post as Accepted Solution, will help many other users to use this post to solve same or similar issue without re-posting the issue in the group. Saves a lot of time for everyone. |