I need to filter out the emails from outlook if the subject contains the word “final” or “last” or “end”.
Can anyone do let me know how can I save all these mails if subject has these keywords in both uppercase as well as in lower case ?
You can use filter property in the get outlook mail messages activity.
Update this filter with the following string: "@SQL=urn:schemas:httpmail:subject LIKE '%final%' OR urn:schemas:httpmail:subject LIKE '%last%' OR urn:schemas:httpmail:subject LIKE '%end%'"