Hello,
In my canvas app, I'm using a form to interact with data from a SharePoint list. I'm facing a issue with a specific field in my SharePoint list which is a choice type field. On this field, the user can select several values but instead of displaying the values, this error is displayed : "[{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":11,"Value":"FR"}]"
(attachements 1)
I also tried to add (or not) value in the field option of the data card, but it didn't work too. (attachements 2)
I've noticed that for choice type fields where the ability to select multiple values is disabled on SharePoint list, the error doesn't come up and value are displaying well. So I know where the error is coming from but I don't know how to fix it. Does anyone have a solution?
Thanks in advance!