Scenario:
- Create a column with properties:
- Name: DateTimeColumn
- Type: Date/Time
- Create a column with properties:
- Name: ConditionalColumn
- Type: If-Then-Else with the following logic: “If DateTimeColumn is before today then True else False”
- Create a new row with properties:
- DateTimeColumn: current date + 1 day.
- Notice that:
- ConditionalColumn automatically evaluated to False.
- Wait for 2 days.
Expected: ConditionalColumn automatically evaluated to True, because DateTimeColumn is before today (after waiting for 2 days).
Actual: that’s the question - will ConditionalColumn automatically evaluate to True?