Hi!
I need for the DefaultSelectedItems property of my ComboBox to display items based on the filtering of a table.
I have the following formula - Filter(Markets.'Market Name', 'Market Name' in Split(ProjectList_Gallery.Selected.Multimarket,",")).'Market Name'
Basically I need to filter the DB called Markets and display as DefaultSelectedItems in my ComboBox all the values that match from the table created by Split(ProjectList_Gallery.Selected.Multimarket,","). At the moment the Split function is working as expected but for some reason there is only 1 market showing as DefaultSelectedItems.
Any ideas?
Thanks in advance 🙂