I am trying to filter a powerapps gallery by either TextInput And/Or TextInput & ComboBox the code below only filters by textinput can anyone help?
Filter(
WD_Stock_Items_SP_List,
TextInput1.Text in Item_Description || TextInput1.Text in Item_Description &&
ComboBox1.Selected.Value)
Try something like: