I’ve a multiselect choice column in SharePoint and Combobox in powerapps(multi-select). Your syntax below doen’t work correctly and missing certain items
Items = Filter(
‘Travel Details’,
Source.Value in ComboTravelSource.SelectedItems.Value
)
Is there anyway to fix this?
]]>