Hi @TremainSr
Here are the steps for verifying emails in excel sheet.
1. Firstly, use "List rows present in a table" to get the records from excel.
2. Next, use "Apply to each" action to iterate the records
2.1. To verify email address use "Get user profile" action and pass the email address as input.
2.2 Set "Configure run after" settings to catch the error if email verification fails.
2.3 Collect valid and invalid email address in parallel branches in variable or separate excel sheet as per the requirement.


If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.