Announcements
Any clues how to use ComboBox (MultiSelect custom values) to work with SubmitForm. also multi-select value should append in darasource(sql-server) with "\" slash seperated.
Hi @sanrajbhar,
When I want to do this, I insert a ComboBox on the screen independently from the form. I then set the Form field default value to the value selected in the ComboBox. You need to unlock the label field advanced properties to do this.
I put the ComboxBox over the label field, and set Visible property of the Form label field to false (but not the other elements of the data card).
The user chooses a value in the ComboBox, and the form automatically updates to this value. The user has the illusion the ComboBox is part of the form, but it is not.
Hope this helps,
Frédéric
Place the combobox within a datacard and then on the Update property of the datacard write:
Update = Concat(ComboBox1.SelectedItems,<column_for_values>,"\")
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 community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 325 Most Valuable Professional
11manish 165
MS.Ragavendar 88 Super User 2026 Season 1