Iteration and multiple respond to webhook

Hi,

I need your help again.
Here is the process

  1. httprequest → I collect an ID
  2. httprequest using the collected ID
  3. The response now is long to collect so after 5 seconds I will like to show a preview using code ans respond to webhook.
  4. After another wait (usually 10 minutes) i want to show the final result.
  5. 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…

Could youj please help me?
Thanks a lot

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hello,

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.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.