I think this is not that difficult but I am having trouble filtering my gallery.
My data all is CDS.
I would like to filter my gallery like the following.
I’ve tried this but not working.
Filter(tabelname, TextSearchBox1.Text in fieldname(lookup).'name')
Filter(tabelname, TextSearchBox1.Text in table_b.'name')
'name' is a field in Related table(tabelname: table_b)
Any help is appreciated!