Announcements
In my form I use a combobox to fill the datacard field and this is what I put as the default for the datacard - ComboBox2_4.Selected.Value. The problem is that if there is a multiselection as there is often times with a combobox it only shows and patches one of the selected items in the datasotuce. How do I get it to patch everything selected? I tried something like ComboBox2_4.Selected.Value & ComboBox2_4.Selected.Value but it just showed the same thing twice.
Hi @Anonymous ,
With ComboBox2_4.Selected.Value you get the last selected item from combobox. If you want the whole list selected inside the combobox use ComboBox2_4.SelectedItem.Value (which for sure is a column).
I think it's better to put this formula in Update property of your data card (of course if the ComboBox2_4.Selected.Value has the source the column you want to update it).
Hope it helps !
Consider this in the default of the DatacardValue:
Concat(ComboBox1.SelectedItems, ColumnName, ", ")
------------If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
When I put that in the default for the datacard it said expected text value @gabibalaban
@Anonymous
Well in this case...use @eka24 solution, it more appropiate for what you need .
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
wolenberg_ 119 Super User 2026 Season 1
WarrenBelz 107 Most Valuable Professional
Haque 103