I am facing problems with date format in Nintex workflow with CAML query.The issue is If I use date as 2015-06-15
, my workflow is works. If I replace the same with <Today OffsetDays="-1"/>
the query is not returning any result. I have the date column in the following format 6/15/2015 06:00 AM
Please help in achieving this in CAML query.