How do I display html generated from an earlier node (in my case the AI Agent node) in a Form node?
The above doesn’t work. The {{ .. }} is not executed, just outputted to the user as text. If the HTML element in the n8n Form node did support expressions it would work easily. It’s so obvious! What am I missing?
My use case is simple:
- A user provides som input in a form trigger node
- An AI Agent node use the input to generate some html to be shown to the user on the next Form page
- The user clicks a button (like "I approve - continue… ")
- Something is happening (in my case, another AI Agent node continues the work …)
- A Form Ending node displays the final result
Any ideas on how I can do that in a non-frustrating way? ![]()
I’m using the latest n8n version (1.82)

