I am getting this error message in a UIPath statement:
Get Outlook Mail Messages: Cannot parse condition. Error at "@SQL=(("http://schemas.microsoft.com/map...".
This is my code:
"@SQL=""http://schemas.microsoft.com/mapi/proptag/0x0037001f"" like '%asean prs%' AND [Received] >= '" + DateTime.Today.ToString("d") + " 00:00AM'"
How can I fix this?