@v-yamao-msft wrote:
Hi @JMollering ,
Do you want to send an email for multiple selected items in SharePoint list? Yes, it would be a use case.
I am afraid that it is a feature that has not been supported yet, here is one of the similar requests from Microsoft Flow Ideas Forum, please vote and comment the idea at here:
https://powerusers.microsoft.com/t5/Flow-Ideas/Multiple-select-on-For-a-Selected-item-trigger/idi-p/167731
That is exactly what I want, "Multiple select on For a Selected item trigger".
What’s the column type of Stakeholder and E-mail Address?
Both are Person type items, only with different presentation: Stakeholders shows only the name, E-mail Address the corresponding e-mail address of that name.
This workaround seems that the user has to manually input the name of the Stakeholder when presses the button. Better way would just select the items from the list, as stated in the Microsoft Flow Ideas Forum idea that you put here.
Let’s say that they are single line of text columns, please try if the following workaround will work for you.
Add the button trigger, then add a Text input.
Get items from the list. Then use Filter query to filter out items with the following code:
Skateholder eq ‘Input’
Note: Skateholder is the column name, and when users trigger the button, they will input the name of the Skateholder to find out items that have the same Skateholder.
Then Create a html table.
Send an email with the html table. Please enable Yes for Is HTML field.
An image for your reference.


Best regards,
Mabel
Hey Mabel, thank you for answering. The workaround is not exactly as I expected, so I cannot Accept as Solution.