Reference Number: 762
Summary:
When using comparison operators in an If... Then... Otherwise... expression, such as:
the otherwise box expects a DateTime value instead of a true/false value.
Reproduction:
- Create a rule using If... Then... Otherwise... with a DateTime comparison
- Set the Otherwise box to 'true' or 'false'
Expected behavior: The DateTime comparison is removed.
Actual behavior: The DateTime comparison should evaluate to a Boolean value.
Workaround: Start the expression within the Priority Brackets with the boolean value, true.
Status: Added to Backlog