Hello,
I am extracting data tables from outlook emails and for some reason one email has its data being extracted twice.
Any Ideas?
Hello,
I am extracting data tables from outlook emails and for some reason one email has its data being extracted twice.
Any Ideas?
Is it happening for only one email? Or all the emails are doubling?
Did you check the email count?
Better use log messages inside loop also and try to print subject line or something to identify if the loop is happening twice
Cheers
Hi @Carson1
Ensure that the filtering criteria for extracting emails from Outlook is correctly set. If the same email meets the filtering criteria multiple times, it will result in duplicate extraction. Adjust the filter conditions to ensure only unique emails are retrieved.
Thanks!!