Hello,
I am attempting to apply the filter function to a gallery with a data source dependent on the dropdown value selected. The current formula I am using
Filter(Switch(Dropdown.Selected.Value, "A", TableA, "B", TableB), Searchbox.Text in Title)
produces the error "Expected Record Value". The Switch function operates properly but the search function does not. Please advise.
Thank you!

Report
All responses (
Answers (