I'm currently trying to build a flow:
1. Get items from SharePoint List
2. Use condition to check each value in SharePoint List, whether the Condition_now is Inactive or Active
3. If the Condition_now is Inactive, do the following actions, if it's active, do nothing
Under Inactive condition
(1) Get those Inactive items (I tried to filter query already in get items)
(2) create HTML table for these inactive items individually
(3) Send the emails to me (their contact email addresses
But the question is that, I received 41 individual emails who satisfy Inactive condition because there are duplicated emails, but actually only 7 items satisfy the Inactive condition, so I should only receive 7 emails. Can someone check what's problem of this flow I've created?