Need help in Email filtering using subject

My bot should retrieve the specific 10 customers email alone remaining email should be ignored. Customer name is mentioned in the Email subject and how to do the filter.
Please suggest some idea.

Regards
Rudhresh VC

Hello @Rudhresh one way to do it is, once you read all mails, use if then activity to filter mails based on subject (as subject contains customer name)


You can use indexOf in place of contains (Just follow the logic but please use correct js syntax for indexOf or contains.)

1 Like

Hello @Rudhresh We would like to find out if the solution presented above by @Kudlappa_Gouder worked.

Happy Automation!!