I am attempting to filter a Canvas app gallery with the following code:
Filter(
Projects_1,
'Opportunity Status'.'Projects Home Default Display' = true
)
But it fails to run. It shows the error as an incompatible type for comparison (OptionSetValue, Boolean).
When I created the 'Opportunity Status' Table, I created the 'Projects Home Default Display' column as a yes/no data type (thinking this would be Boolean).
1) do I need to re-create the table with boolean values (if so, which data type serves as this?)
2) is there a formula which would account for the different data types?
thanks!