cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Using GET with Send request via HTTP retruns Array of JSON instead of a long JSON

avik
Deputy Chef I
Deputy Chef I

Hi, i am using the "Send request via HTTP" transformation and it returns an Array of JSON instead of a long JSON.

when i am running my recipe in my log i am recieving an error "unexpected token etc"

what have i done wrong?

1 ACCEPTED SOLUTION

ahanumantharaya
Deputy Chef III
Deputy Chef III

Hi Avik,
The system you are calling API has array of Json so that's why you are getting that. Check if it supports GraphQL or you can filter out the array once you get the response.
Thanks,
Amar.

View solution in original post

1 REPLY 1

ahanumantharaya
Deputy Chef III
Deputy Chef III

Hi Avik,
The system you are calling API has array of Json so that's why you are getting that. Check if it supports GraphQL or you can filter out the array once you get the response.
Thanks,
Amar.