I think what makes it invalid is the backtick is not escaped, as the backtick is can be the function call in javascript
You can escape the backtick like this and it should work
{{steps.node.$return_value}}
\`\`\`
Nice!
\`\`\`
I think what makes it invalid is the backtick is not escaped, as the backtick is can be the function call in javascript
You can escape the backtick like this and it should work
{{steps.node.$return_value}}
\`\`\`
Nice!
\`\`\`