I can't get the desired data to filter into the Comb Box. The following only returns one the items and should return two.
In this example there are two items in the Combo Box being referenced.
Gallery: InventorySharePointList
Combo Box: Filter(ServiceMaterialsDTECollection,Title, CategoryManager in PSMProcurementProfesionalCB.SelectedItems.Result,Category)
The following formula only returns the last item of the two above rather than both.
Gallery2 Items: LookUp(RegistrantFormCollection, CompanyName=GCCompanyNameFld_1.Text)
Gallery2 Combo Box: PSMPurchasingGroupCB.Selected.Title
Hi, In Gallery2 Items LookUp Function will return only the first coincidence or NULL, you should use Filter() instead.