Hi Everyone
I have been wrestling with this for a while now. I have a multiselect combobox that has three choices from Sharepoint. Using a gallery with buttons ,I have tried collecting the values in a collection and then trying to put the collection into the update property of the DataCard, but that didn't work, I suspect the data is not the right type. Also tried a million other things.
Any help would be appreciated
I have deleted the combobox, but the following works for updating
If(Not({Value:ThisItem.Value} in colDiet),Collect(colDiet,Table({Value:ThisItem.Value})),Remove(colDiet,{Value:ThisItem.Value}))
Just have to work out the default property now
Thank you BCBuizer for your time.
And how are the combo box and gallery interacting? Are they both displaying the same information?
Choices column, combobox is inside the form, gallery is inside the same datacard as combobox.
Hi @Corissandageri ,
Can you provide a bit more background or perhaps some screenshots? What is the data type you are trying to Update? What is the data type of the source column? Do you receive any errors?
Is the Combo Box inside or outside the form?
WarrenBelz
146,645
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional