I'm trying to set up a conditional junction in Bridge to evaluate whether a checkbox is checked. The checkbox is not manually selected; it's calculated using a formula in the Smartsheet row (e.g., =IF(COUNT(CHILDREN()) > 0, 1, 0).
When I use Get Row in the workflow, the checkbox field displays true when checked and false when unchecked, as expected.
However, when I try to evaluate this using an equal conditional junction with the following setup:
- First value: true
- Second value: the cell reference for the checkbox field
…it doesn't work as expected. Swapping the values (putting the cell reference first and true second) also doesn't change the result; it's still not evaluating correctly.
Has anyone else encountered this issue when working with formula-generated checkboxes? Is there a known limitation or workaround for evaluating formula-based values in Bridge conditions?