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
Thanks Anonymous @but that is pretty much what we need to do: writing to a database.
I watch this video and that's what I'm trying to do. I have tried with a free API and works fine.
Anonymous
3 years agoNot applicable
Thanks Anonymous - I think you need to change this step:
data = Text.FromBinary( Json.FromValue( [fieldName="someData"] ) )