If http node fails, execute this other

Describe the problem/error/question

What is the error message (if any)?

Hello community, im wondering how can i continue an execution if my http node fails, I want to create a flow that consumes an api but if the node fails, i want to use another one so i can have my worflow always runnig.

Please share your workflow


Share the output returned by the last node

Information on your n8n setup

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

Hey @Alejandro_Taborda hope all is good. Welcome to the community.

In HTTP Request’s settings set this parameter:

then your node will have two outputs, - one for success and one for error. Build your ‘fail’ logic around this.

Ohhh great thanks a lot Jabbson for your quick response, I did really helped me :wink: