Skip to main content
Nintex Community Menu Bar
Solved

Action Run If with equals (ignoring time)

  • June 19, 2015
  • 1 reply
  • 18 views

Forum|alt.badge.img+9

Hi all,

I just discovered this

89256_pastedImage_0.png

As I cannot find any documentations about it, I wonder if it should work.

I have tested without success.

Regards,

Christophe

Best answer by fhunth

Perhaps Nintex is converting those conditions to CAML, and in this special case (datetime fields) it's needed to use the special attribute named IncludeTimeValue, that perhaps was ignored on the internal CAML conversion.

Usually if you write a CAML like this should be as the following sample.

<where><geq><fieldref Name='CreateDate'></fieldref><value Type='DateTime' IncludeTimeValue='TRUE'>19.06.2014 12:00:00</value></geq></where>

It seems to be case for support[at]nintex.com (Support​ )

1 reply

Forum|alt.badge.img+16
  • 898 replies
  • Answer
  • June 19, 2015

Perhaps Nintex is converting those conditions to CAML, and in this special case (datetime fields) it's needed to use the special attribute named IncludeTimeValue, that perhaps was ignored on the internal CAML conversion.

Usually if you write a CAML like this should be as the following sample.

<where><geq><fieldref Name='CreateDate'></fieldref><value Type='DateTime' IncludeTimeValue='TRUE'>19.06.2014 12:00:00</value></geq></where>

It seems to be case for support[at]nintex.com (Support​ )