Solved

Action Run If with equals (ignoring time)

  • 19 June 2015
  • 1 reply
  • 9 views

Badge +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

icon

Best answer by fhunth 19 June 2015, 17:14

View original

1 reply

Userlevel 6
Badge +16

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​ )

Reply