I trying to get the response from the HTTP Widget but he wont return.
i am currently using a free API to test and the API return is:
{"slip": { "id": 163, "advice": "Big things have small beginnings."}}
What i tried:
{{widgets.req.response.parsed.slip.advice}}
{{widgets.req.parsed.slip.advice}}
{{widgets.req.body.slip.advice}}
{{widgets.req.slip.advice}}
but without sucess, the request returns 200 and i can see the json body using: {{widgets.MY_WIDGET_NAME.body}}
i am currently using the send message to get the response
any ideas?
my flow: FLOW whats the correct variable way to get the values