
Announcements
I am new to Power Automate. I need to search an email to check if the email contains a value from a list.
I am thinking I need to do the following:
- put the list into an array
- loop thru the array and search if the email contains each value
- if a match is found, exit the loop
Does anyone have an example of doing the able?
Thanks