Announcements
I've added a ComboBox to a form, by using the trick described here.
The Update property of the respective DataCard is set to:
ComboBox1.Selected
I get the error:
Expected Text Value.
It should probably be
ComboBox1.Selected.SomethingGoesHere
It might be value or it might be a column name, but it looks like you are missing that piece.
Hi @JR-BejeweledOne
Thanks, I've tried ComboBox1.Selected.Value1.
But then it updates only the first value, and the ComboBox allows multiple values selection.
It looks like you are putting this into a text column so, try this:
Concat(ComboBox1.SelectedItems.Value1, Value1 & ", ")
I've changed it to:
ComboBox2.Selected.Result
And now it works!
Hi @WebPortal ,
Glad to see you solved this problem.
You could mark yourself to close this case.
Best Regards,
Wearsky
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 358 Most Valuable Professional
11manish 214 Super User 2026 Season 2
Mohsin Ali 185