Instead, while the boolean variable (default value is null) is being evaluated (2 API calls) to determine which transition to take, the condition {{ Qualifier.value == false }} is being evaluated to false and sent to the wrong step. What's the best way to remedy this without writing a full fledged step transition handler / JS query?
Resolved, I'm new to JS and didn't know the distinction beween '==' and '==='
1 Like