Dear community,
I did spend hours today to extract the individual values of a multiple-choice SharePoint list column - reading all articles on the topic in this forum and following all hints from "AI". None of the described solutions work for me.
I have an unspectacular list where the respective column returns the below JSON, once referenced in an E-Mail e.g.
Is anyone willing/able to describe what I could do to get a string
"Domain, Website, MS365"? from that JSON.
I do now have a year experience with PA, but this issue drives me crazy.
Any hint welcome. I would even pay for support time via Teams.
[
{
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
"Id": 0,
"Value": "Domain"
},
{
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
"Id": 1,
"Value": "Website"
},
{
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
"Id": 2,
"Value": "MS365"
}
]