Hi all,
How do I try to find the exact match of text that is found in the email body? For example, if I want to try and find if the text “mailbox not found” exist in the body of the email. There are other text that I want to try and find as well such as “No such user here” and “Access denied”. I used for each to iterate in the email outlook to check each email that has a subject saying “Undelivered”. I tried using regex by using the find matching pattern activity in UiPath Studio but when I used log message to check the output in the panel, it is blank even though the text exists in the body of the email.
Please let me know if there is any suitable solution.
Thank you