Hi everyone.
My Canvas App has 3 ComboBox
1º ComboBox (RegionalP1)
Show a itens/view from "Unidade de Negócios" table - Working Fine ✔️

2º ComboBox (MicrorregiaoP1)
Show itens from "Unidade de Negócios" that a field "Negócio Primário" is equals the previously selected (RegionalP1)

It works good, but each register has a boolean field called "Available in App" that I need show only "Yes".
I've tried so many options ...

- 'Available in App' = 1
- 'Available in App'.Value = true
- And
- &&
... but with no success.
3rd ComboBox (OperacaoP1), is the same logic of the second