How to run this at the same time?

hey all! i wanna know how can i run this http request at the same time? i want to run the first one with data that has ‘0%’ and the other one has ‘100%’

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:

You won’t be able to run them in parallel, but you can connect both HTTP nodes to the trigger node and that will run both branches after each other.

3 Likes

i have tried that but it stops on the last node which is a telegram node…

Does the telegram node throw an error that blocks the execution?

no, it says node executed successfully and the other http didnt run

And just to be certain, both http nodes are connected right? In your screenshot the 2nd one isn’t.

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