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 acheiving this in CAML query.
This can be acheieved using "Calculate Date" action. we can get the previous date and uing inline function Format Date, date can be formated.