I am extracting tables from emails using the custom activity ‘extract datatables from HTML’.
All the emails I need to read will be in response to an email the bot sends, so they will be in an email chain. I need to extract the content of only the replies. So, I may have 5 unread emails and I need to only extract the tables from the reply, NOT the tables from the original email the bot sent.
Does anyone know how I can do this? Currently the activity is working correctly and extracting tables for each unread mail message but it is getting the tables from both the original sent message and the reply.