Extract data out of body of a mail

Yes, you get it by filter based on the subject.
However the issue you have here is due to variable type.

This assign will give a result = whether the current mail is having the subject that you want.
This should be a Boolean (true/false) based on which you can proceed of move to next mail.

Your left hand variable is related to the subject it self im guessing.

Let me know you have understood what you need to do.

3 Likes