Forum Discussion
Anonymous
3 years agoNot applicable
POST query with authorization token
Hi, I'm trying to post info into a DB using an endpoint, but It's not working, this is the query: let
data = Json.FromValue([ fieldName="someData"]),
Source = Json.Docum...
Anonymous
3 years agoNot applicable
I tried without Text.FromBinary, just Json.FromValue and the error remains
Anonymous
3 years agoNot applicable
Sorry - I sure how to help. Can you double check that Json is properly formatted by using VS Code or Postman. Obtain the Json from the Text.FromBinary step and past it into another tool to see if the error is occurring.