
Announcements
For each row in the Excel file received via email, inside the Apply to each loop, you should add a Filter array action. This action will filter the Contacts table from the other sheet based on the criteria from the current row.
Within the same Apply to each loop, add a Condition action to check if the length of the filtered results is greater than 0. If true, it indicates that a matching record was found in the Contacts table. You can then extract the email ID from the filtered data and pass it to the Send an email action. If no match is found, either leave the action blank or send a notification indicating that no email was found.