Trying my luck with a basic HTTP REST action. As instructed, I'm putting the result in JSON format in the sample body section. The response shows up as data pills I can use in the recipe and the job runs without problems, showing me that, indeed, the output parses correctly.
The problem is that none of the data returned from the HTTP REST step is actually returning any value in subsequent steps. The variables are empty as if the GET call didn't return any values (which it does).
What am I missing here?
Adding screenshots for illustration:
Best Answer
G
Gabriel Sim
said
over 7 years ago
It seems like the output body response is in an array. Try wrapping the Response body example with square brackets.
Answer
G
Gabriel Sim
said
over 7 years ago
It seems like the output body response is in an array. Try wrapping the Response body example with square brackets.
Philipp Reichardt
JSON Parser returning emtpy results
Trying my luck with a basic HTTP REST action. As instructed, I'm putting the result in JSON format in the sample body section. The response shows up as data pills I can use in the recipe and the job runs without problems, showing me that, indeed, the output parses correctly.
The problem is that none of the data returned from the HTTP REST step is actually returning any value in subsequent steps. The variables are empty as if the GET call didn't return any values (which it does).
What am I missing here?
Adding screenshots for illustration:
It seems like the output body response is in an array. Try wrapping the Response body example with square brackets.
Gabriel Sim
It seems like the output body response is in an array. Try wrapping the Response body example with square brackets.
1 person likes this
Philipp Reichardt
That was it...