HTTP Request Wizard activity gives an JSON token error

Hello,

I am using the HTTP Request wizard to update the SharePoint list item, I have configured everythin correctly but still I am getting this error.

“{"odata.error":{"code":"-1, Microsoft.SharePoint.Client.InvalidClientQueryException","message":{"lang":"en-US","value":"Invalid JSON. A token was not recognized in the JSON content."}}}”

I have used multiple types of JSON but in all JSON, I have the same issue.

JSON Pattern 1: “{”“__metadata”“: {”“type”“: ““SP.Data.EAP_x0020_EventsListItem””}, ““Status””: ““Updated in TASS””}”

JSON Pattern 2: “{”“Title”" : ““Henley Brook””}"

But still getting the error. attaching the screenshot for your reference.

.

Thanks.

@sami.patel

Check your json values is there any curly quotation marks are passing(“) if any like that you need to replace with straight quotation marks(").

“{“odata.error”:{“code”:“-1, Microsoft.SharePoint.Client.InvalidClientQueryException”,“message”:{“lang”:“en-US”,“value”:“Invalid JSON. A token was not recognized in the JSON content.”}}}”

in this data there curley quotation at first and last check those