I searched a bit but could not find any useful answer yet. I'd like to get a text entry area in DB, in which I could put some content using any copy/paste, or get some pre-populated content which might be edited before sending over in the workflow.
Kind of text I would like to paste is a SDP file, like this :
I tried this and looks close to what I want to achieve, thanks for that.
From waht I could see, it will send the payload as soon as we change something in the box. What would be the best way to edit text and then have some kind of Enter/validate button once edit is done, to send the content as payload ?
You could also add a button node, then join the two nodes as key value object using topic on each node with a count 2 and ever subsequent checked. After join add a switch node to only pass the button topic on. You would then get an object containing the latest textarea output and the button output.