Re: Help with body of email text filter in the condition
Hi again!
So, there are several clients, i.e. Bill Gates, Nadya Satella, etc., right? If so, the text to find is not Client Name: Client !!!
I would suggest you to modify your Condition, and verify two rules instead of one:
first rule: does body contain Client Name: ?
AND
second rule: does body contain Instruction Deadline: ?
If true, then you need to use an expression to extract text between Client Name: and Instruction Deadline:
Please also note the email body is HTML based, so probably need to remove HTML tags just in case.
It is better explained in this thread
Hope this helps