Hello there !
I’m trying to compare two dates field inside a workflow, but I did not succeed.
I tried with simple values, to test, and found that the problem seem to come from the comparison operators.
When I use == or != it works (1==3 returns false) but when using >, or >= and similar, it fails and the workflow hangs.
Would anyone have a solution to this ? Am I mistaking the operators ?
(>,<,>=, <= are mentionned in the suiteanswers)