Found possible glitch in compare timestamp in a workflow

I am trying to determine if $.getIdentity.created is before X days ago. Following the documentation, I provide $.getIdentity.created which is iso8601 format for value 1 and ‘45’ for value 2.It looks like the true false is reversed. if the identity created date falls within the 45 days ago, it outputs false. If it is more than 45 days ago, it outputs true. Anyone have any idea if i missing something or the operator is not working as it should be?

1 Like

I think the logic is right…

“Before 45 days ago” is synonymous to “More than 45 days ago” right?

1 Like

This logic is correct, the operator is working as expected.

1 Like

Thanks confirming. this topic can be closed.

1 Like