Use SQL Expression like below
“@SQL=urn:schemas:httpmail:subject LIKE '%”+variable+“%'”
“@SQL=urn:schemas:httpmail:subject = ‘”+variable+“’”
Copy paste and remove and re enter single(') and double(“”) quotes for safety…
Use SQL Expression like below
“@SQL=urn:schemas:httpmail:subject LIKE '%”+variable+“%'”
“@SQL=urn:schemas:httpmail:subject = ‘”+variable+“’”
Copy paste and remove and re enter single(') and double(“”) quotes for safety…