Microsoft Flow update Multichoice Column Error

Deleted
Not applicable

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",
}

MultiChoice01.PNG

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."
    }
}
}

 MultiChoice02.PNG

0 Replies