We will learn to convert combo box selected items into a string in Canvas App. Before we start, make sure to subscribe to CRM Crate so that you can stay up to date in the field of Power Apps.
How to convert a combo box’s selected data into a string or a text?
Use the below given Power FX formula for converting combo box items into a text. Note: – Relpace the ComboBoxName with the name of your combo box component.
Concat(ComboBoxName.SelectedItems,Value & ", ")
The below images demonstrates the usage of converting a combo box data into a string.
Hmm…my textbox fields don’t have a property called value. Just default. And that’s not working. How old is this post? Thanks.