JSON HTTP request with array from workflow result #14302
Olyno
started this conversation in
Unsolvable issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm trying to update the
people
table based on the output of a script workflow. My script looks like that:I'm using http request to make the update, to the
/rest/people/{{ id }}
route, and this is the json used:I also tried with quotes:
Both don't work. It says the body is malformed, or the json is wrong.
This works fine:
I'm quite confused, because i can't figure it out why it doesn't work with plain array.
Do you have any idea what could be wrong? Is it a bug?
Beta Was this translation helpful? Give feedback.
All reactions