Hi @Anonymous
I would suggest a different approach here for the flow you are trying to build:
1. Manual trigger
2. Intialize an array variable
3. Get items from the sharepoint list and in this get items action, add a filter query to get items that match the 100% time criteria.
4. Apply to each loop on the items from the above action
5. Condition --> left box, select the array variable - operator: select 'does not contain' -- right box, select the email address column
6. Complete the loop
7. Apply to each on the array variable,
8. Get items from sharepoint and now use the filter query to filter the email column and point to current item, add another query to match the 100% time criteria.
9. Add a send email action and use the current item as email address and add all relative information (maybe as an html table)
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!