Need help with RE Framework. read email

I am using RE-Framework to create bot. read email if email is empty send email to the business and stop the bot, how can i do that?

Hi @akash_patel,

1-All mails in the specified subject format are read.
2- If there is a queue structure, you can add rows from this list to the queue one by one. If not, you need to create a datatable from this list.
3-In the process, you first need to check the mail body value you received from the queue with your in_TransactionItem variable. If it is empty you mark it as BE and you can send a return mail in the REF BE transition.

image

Regards,
MY