Hi All,
I need your help how to get all values of a combi field for a sharepoint list.
Example below. I need to get the value of multiple lines.
Result should be 'Value 1' and 'Value 2'
Thx Martin
{
"statusCode": 200,
"headers": {
},
"body":
"Test1": [
{
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
"Id": 237,
"Value": "Value1"
},
{
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
"Id": 67,
"Value": "Value2"