Here i this image as you can see i am getting a json as output but i want to access the content inside the data . I am new to n8n so i am not sure what to use to achieve this .
Looks like a streamed response from the api.
You can put this workflow after your HTTP node.
As mentioned that it looks like a streamed response.
Please check if there as an option / parameter for stream: true
in the request and try to set it to false. After unsetting the stream the n8n http node should automatically provide the correct parsed output.
1 Like
Thankyou so much its working when i changed the stream:false
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.