Good Morning!
I have a site workflow where I'm trying to compare two dates (both workflow variables). Here is variable 1
from logging, this evaluates to 10/25/2021 12:00AM.
My second date is from a list query:
this is also logging at 10/15/2021.
Here is my Run If
and for sanity i'm doing a dateDiff on the side
The result is 0. So these dates are definitely the same. Why isn't the Run if tripping? I guess I could do a Run If the dateDiff is 0, but I was previously told by nintex not to have numerous dateDiffs execute on a workflow run because it will cause problems. This set of logic is within a loop that will definitely execute numerous times. What should I do?