Capture Result Message

Describe the issue/error/question

Is there a way to capture the error message (without using the error trigger node) using a JS Function?

What is the error message (if any)?

Hi @wdb1, you can enable the Continue On Fail setting on your node to not stop your workflow on errors:

You would then be able to handle the error yourself in subsequent nodes (in addition to the Function node like you have in mind you could for example also use the IF node to check if an error is present).