Output for Error

Describe the issue/error/question

Is there anyway to use the data from this error for example in the form of an expression output, to be able to use it in this case for an IF node so that if I get this error, it reports it. Currently this data from the error doesnt show available for use.

What is the error message (if any)?

Please share the workflow

(Select the nodes and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow respectively)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database you’re using (default: SQLite):
  • Running n8n with the execution process [own(default), main]:
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]:

Hey @Fernandoprie, to do this:

  • Go to the node’s settings (cog icon in middle panel)
  • Set “continue on error” toggle on
  • Errors will now output as node data, so you can set up a condition as you usually do with input data.

Happy flowgrammin’

@maxT Thanks that worked perfectly.

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