Hey! I’m trying to create a new document using Crove API and in the second node, update the first node with some data, but for some reason the output is empty when I have line breaks in the body.
I’ve tried to implement the solution from here: HTTP node error when body response contains new lines - #9 by Darius_Dumitru , but
the problem is that without the “{{ }}” in the second node, it says Invalid JSON. But when I add those “{{ }}”, the JSON output for “response” is just empty.
If I remove the “{{ }}” and have the body expression without new lines, everything is working fine.
Here are 2 screenshots regarding this. Can someone please help me?
Hi @Darius_Dumitru, can you confirm the JSON data you are passing on to your HTTP Request 4 node? I suspect the problem is similar to what I’ve described here, but it would be good to have some actual data to reproduce this in your case.