I am trying to create a termination workflow that sends a different email if the user had not signed in for 90+ days before termination. We have our last logon field formatted to ISO 8601 as required.
My questions is shouldn’t the comparator display as something like “TimestampMoreThanXDay” in the JSON instead of “TimestampLessThanXDay”? It is not working as needed.