Hello All,
A strange problem here. I have a combo box (comboBooks) that writes the selected choice to a single line text column in a SharePoint list (works perfectly). However, when I select multiply items, only one item is stored. I guess this is something to do with the combo box Update property coding.
The combo box was created by deleting the textbox control in the card and replacing it with a combo box.
ThanksInAdvance!
OK, Thank you very much for your assistance and persistence Bryan.
If it helps, you can delete and then re-add a card to your form control to reset it back to original settings. We've drifted a ways from your original question, so consider posting a new one and get some fresh perspectives from other community members.
Thank you Bryan,
To be honest, I am not sure what code to substitute the existing with now. All my data cards are unlocked. I think whatever I was using before wasn't valid.
Hmm, I am able to edit DefaultSelectedItems, without error, on one of my example apps here. I did have to "unlock to change properties" in the advanced properties of the data card before making this change, but it works here. Again, can you show the error message & code flags?
Hi there,
The below is how there are currently set up both are being identified as a Table.
Items property
DefaultSelectedItems property
Could you share the error message and any flags on the code? One way this can go wrong is if the Items property and the DefaultSelectedItems property are different data types.
Hello Bryan,
I am still struggling with the last part i.e. formulae to populate DefaultSelectedItems. Doesn't seem to like anything apart from [Parent.Default]
Yes, use this format to manually populate the DefaultSelectedItems property of the combobox:
["Risk1","Risk2","Risk3"]
Thanks, the Card's Default property is:
Default=ThisItem.'Risk Type'
The Control's DefaultSelectedItems= [Parent.Default]
Do you have any idea what to change either one of these to?
You can change it there or change the Default property for the (parent) card.
Bryan
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2