combobox selected items returns a json string format instead of clean values
Hello All,
Thank you all for your help and answers. It was actually a simple fix on my end. Im using a sharepoint list as a data source and the issue was in my list im using a column type Multiline Text and i have the Enhanced rich text turn on.
I changed the settings to 'no' and it fixed the issue
combobox selected items returns a json string format instead of clean values
@FLMike - thank you for your input. My apologies, my post is missing some information.
in my data source (SP list) its a multichoice column. and the values shows up correctly just like the image below:
but in my canvas app in my Form control, Combobox datacard (Please note im using modern controls), the choices selecteditems are showing as a JSON format.
I did not have this issue with the classic form control though. only in the modern form control.
Please see results in my canvas app form below:
In the DefaultSelectedItems property i have = [Parent.Default].
also please note, I am re-using the same form control when the user needs to edit an item.
combobox selected items returns a json string format instead of clean values
Hi,
This is because it's a Choice field, so that's the format you get.
That being said, you do not explain WHERE it shows up like this, because it won't in a comboBox.
So I added a form, set the SelectedItems to multiple, then I have a Label where I concat the Value property which has the string you want,
into a label
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.