Hi,
I have a gallery that the Data source is A while my powerapps data contains Data source A and Data source B.
In this gallery, I have first label Text setup as " ThisItem.'a' ", which a is one column in Data source A, and second label Text setup as " ThisItem.B.'b' ", which b is one column in Data source B.
I am using searchbar and setup this gallery Items as " Search('Data source A', searchbar.Text, "aa") " so I can use keyword to filter first label, while aa is column a's system name.
If I want to use the same searchbar, by keyword, to filter second label, which is column b from Data source B, how should I modify " Search('Data source A', searchbar.Text, "aa") "? I found it challenging since it is 2 data source search and filter.

Report
All responses (
Answers (