Feb 01 2018 02:42 PM - edited Feb 01 2018 02:56 PM
Feb 01 2018 02:42 PM - edited Feb 01 2018 02:56 PM
I am getting error Flow to update a multichoice column
Location is Multichoice field.
{
"__metadata": {
"type": "SP.Data.BannersDocumentItem"
},
"Locations": "Lower North",
"Title": "All Banners 01Feb - Copy (17)",
"Short_x0020_Description_x003A_": "sdfasdf",
"Long_x0020_Description": "asdf",
}
I tried like the below no luck.
"Locations": "{\"__metadata\":{\"type\":\"Collection(Edm.String)\"},\"results\":[\"Lower \",\"Upper \"]}"
Error message as follows:
{
"error": {
"code": "-1, Microsoft.SharePoint.Client.InvalidClientQueryException",
"message": {
"lang": "en-US",
"value": "An unexpected 'PrimitiveValue' node was found when reading from the JSON reader. A 'StartObject' node was expected."
}
}
}