The response now is long to collect so after 5 seconds I will like to show a preview using code ans respond to webhook.
After another wait (usually 10 minutes) i want to show the final result.
Final result is just the same httpresquest on point 2.
The thing is that my below workflow is not working…the last respond to webhook is not showing.
And strange thing when i reload my html page the first request (from point 1) is execute…
in most case, the response to webhook node is the last node of a workflow. You could try to cache the data in a database. For testing purposes, a Google sheet might be fine. And also you can work with sub-workflows. So you split the process into 2 workflows. The one which has an active webhook trigger. Which then triggers the other workflow by the “when called by another workflow” trigger. In general, it is useful if the workflow get more complex.