โ07-26-2023 12:05 AM
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?
Solved! Go to Solution.
โ07-28-2023 05:30 PM
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.
โ07-28-2023 05:30 PM
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.