
Let's say my gallery shows this when combobox is empty.
Now when i selected FI

I only get fields where FI is presented.
Now i want that if i select FI provide me FI and also FI,CO.
And if i selected FI and CO then it should show FI , CO only.
Is there any way to filter in such a way?
Using this code to filter
Filter(
ABC,
(IsEmpty(New.Result) || combobox in New.Result)
)