Hi,
I’m trying to filter outlook mails by date and subject. I found some conditions for it;
For Date;
Date Filter: “[ReceivedTime] >= ‘04-15-2020 00:00 AM’”
For Subject: “@SQL=urn:schemas:httpmail:subject LIKE ‘%subjectContainsVariable%’”
Seperately they are working. When I try to use both in same condition i am getting an error like this;
This is what i type to filter;
“[ReceivedTime] >= ‘04-15-2020 00:00 AM’ AND @SQL=urn:schemas:httpmail:subject LIKE ‘%SubjectContainsVariable%’”
How can i combine them?