HI Everyone,
I have a gallery in my PowerApps, Dataverse table as the DataSource
Filter(
'Risk Lambard Lists',
'Risk_ID '.'RISK ID' = VarBootomUpRiskID,
'Control Type (Risk Lambard Lists)'.Detective = "Detective" && 'Presently In Place' = true
)
it is showing an error in the not equal Part <>
Control Type is a Choice column in my Dataverse Table, I want to filter the gallery based on the control type
if the control type Value is <> Detective and Presently in place is true, only those details should show in Gallery
But is showing an error Incompatible types for comparison. These types can't be compared: OptionSetValue (Control Type (Risk Lambard Lists)), Text.
I tried adding Value and text also , then aslo showing the errror
Could anypne please help me to fix this isssue