Thank you @barn4k.
Just to be sure: will this ‘next form’ both get the content of the previous node (cf OpenAI) and enable to edit it due to the use of Json?
What do you mean? You can refer to any previous node in the Next Page node. The only difficulty is to build the json structure so the page will be generated properly.
Hey @AyS_0908, it took me a while to wrap my head around the use case, but now I get it. Unfortunately, the answer right now is that you can’t do this.
We’re considering allowing <input> tags on the Custom HTML form field. This might unlock it for you, as you can then pass a value to prefill that input with content from the AI node in a multi-step form.
I see some example of using webhook to achieve this, or sending the output from AI agent “tool” to another work flow which handles the data. But both methods are not ideal as I was hoping to have AI agent keeps generating new text if the user for next form click “re-run”.