Problem with a string across different nodes

Hello !

I need help please for a simple flow.

The output of the Http request give me {"success":true}.

I putr this string in a template node to add some text. For example : Request result : {"success":true}

But when i send the output of the template node, i’ve this :

“Request result : {& quot;success& quot;:true} !"

Do you know how to keep “ instead of { &quot ?

Thank you !

JC

Use triple curly brackets (Read the built-in help for the template node - It explains it there)

Thank you ! it’s working !

1 Like