Hi,
I would like to build Automate to use record in Excel file A that have Account Number to find record that match in Excel file B that contain Account Number, Email and use the email in Excel file B to send email with outlook.
Anyone please guide me.
In case of not found account number if I would like to chow account number that not found in Master file what should I do
Hi @nitisak ,
Do you mean you'll manually enter the email address of a specific recipient?
If it is not greater than 0, it proves that no matching Account Number was found.
If so, please add send an email(V2) to No branch and manually input email address.
Best Regards,
Sunshine Gu
I mean I will put email in to action of outlook instance of push from excel file
Hi @nitisak ,
This is a strange question, where is your specific email address stored?
Best Regards,
Sunshine Gu
Thank you! another question if Account number in file A can't not found in File B and I want to send email to specific in case of this, how can I write the logic ?
Hi @nitisak ,
Of course, if you look closely, you can see that my two tables are also in different files, Book1 and Book2.
Best Regards,
Sunshine Gu
Hi @nitisak ,
If you want to find the corresponding email address by the Account Number column between the two tables, please see this test:
My excel table1:
My excel table2:
My Flow:
item()?['Account Number']
items('Apply_to_each')?['Account Number']
length(body('Filter_array'))
items('Apply_to_each_2')?['Email']
Best Regards,
Sunshine Gu
Tomac
986
Moderator
stampcoin
699
Super User 2025 Season 2
Riyaz_riz11
577
Super User 2025 Season 2