rightnow.date is not formatting correctly in If/Else
W
Will Dukes
I needed a condition that compared a date to the current date. If it was before today, go one path, else go the other.
So I put in if that date field is before rightnow.date...
Ran a test with a client who I knew was before today, and it came FALSE.
So I had to add a date field and an additional step to set that field to rightnow.date
Then change my condition to reference that field instead of {rightnow.date}.
And it worked.
That's a bug. You can see in the attached execution logs, it's likely a formatting issue.
When it sees 03/04/2026, 2026-01-09 registers as FALSE (not before)
But when it sees March 4, 2026, 2026-01-09 registers as TRUE (the desired result)
The IF/ELSE should recognize the 03/04/2026 format.
Log In