My objective is to send an email to the person who indicated as ‘N’ under column C for all the tabs (Sheet 1 and Sheet 2) in my excel.
The workflow I have attached would send an email to the person who indicated as ‘N’ under column C, but it sends the email twice (to a@gmail.com) (I suspect it’s because there are two tabs in the excel.
I’m not sure what makes the workflow send the email twice even though there is only one person who indicated as ‘N’ in the first tab.
@foppishinc In below attached screenshot You should give “Item” instead of “Sheet1” so that it will read all the sheets. At present, Bot is reading the same sheet multiple times based on number of sheets present in that excel.
@foppishinc I am getting correct result after changing to “Item”. Close and open the worklfow once again if same errors occurs. Create new workflow with same code and try it once.