Hello @Palaniyappan
Please see the locked form response below for solution you offered for GetOutlookMessages filter:
For this
if we are using GET OUTLOOK MAIL ACTIVITY then we can directly set the filter in FILTER PROPERTY itself like this “[Subject] = ‘your string’”
of "@SQL=urn:schemas:httpmail:subject like ‘%your string%’ "
My question is how would you correct this expression to reference a variable (strBody), which is mail.body.tostring?
Thank you for the quick response superman. Unfortunately, same issue of cannot parse condition, this time error at "@SQL=(((“urn:schemas:httpmail:textdescri…”.
Thanks for the prompt response.
I am confused by the assign activity. Is this intended to be prior to the get outlook messages step to replace the need for filter? Do I then delete the filter mentioned above?