I have a simple workflow where I want to wait for a response through a web form witch is provided by the Wait-Node. The form works but the results from the form are not applied as output on this node. Anybody know anything about this?
n8n version: 1.58.2
Database: SQLite
n8n EXECUTIONS_PROCESS setting: own, main
Running n8n via: NPM
Operating system: Ubuntu Server
Would you be able to share your workflow? And also the output that you get from the node?
You can copy it as shown here - Export and import workflows | n8n Docs - and paste it by clicking </> and pasting the code between the quotes.
I get data in on the Webhook node, the Code node just formats some text including the $exection.resumeFormUrl and SendEmail 1 node sends an email with the approval link. The flow stops at the Wait node, and when I press the link in the email an approval form appears. When I choose from the dropdown box an approval YES or NO, the the Wait node continues without any output variable/value from the form. The only output I get is a variable/value formattedString
Ah, this happens because, when he wait node waits for longer than 1 minute, the execution is processes in the background and not shown in the UI.
You can reference it by selecting the expression option and typing {{ $json.Godkjenn }} alternativelly you can also drag the data into the input area like so: