
Announcements
Hi Community,
Is there any way in Power Automate to verify if a provided address is valid (hotmail, yahoo, gmail…)
Thank you in advance
If you know the extensions such as yahoo, google, outlook etc then define an array and declare all the known extensions. Once you received the email then extract the from address, use a split expression using '@' and check the index 1 value matching the defined array elements or not.
To check the array item exists please see this post.
https://powerusers.microsoft.com/t5/Building-Flows/Check-if-an-item-exists-in-array/td-p/249531
For split expression use the below. This will give you the output of google.com