Hi Hardit - I am having the same issue as the OP here... Gallery Items property is set to:
Search(
Filter([@RCU_Rooms], IsBlank(cbBuilding.SelectedItems.Value) || IsEmpty(cbBuilding.SelectedItems) ||
Building.Building=cbBuilding.Selected.Value),
RoomSearchBox.Value,"cr925_room")
Where:
- RCU_Rooms = dataverse for teams table
- cbBuilding = combobox
- RoomSearchBox = Text input
So in preview mode, all entries from the RCU_Rooms are displayed in the gallery despite lack of selection on the combobox and no text entered in the search box (as is expected/desired). Once published to Teams, the Gallery is empty opening the app and selecting a value in the combobox does nothing. Inputting text into the search then seems to "activate" the gallery, and search by text box or combobox filtering both begin to work, and if the combobox is cleared and the searchbox is empty, all gallery items are displayed, as in the preview.
Any suggestions appreciated. Thanks!