Hey Guys.
I am facing a challeng and I want help. Here it is.
I want to get the error output as json and store it on my database. on error output I get nothing to store it.
What you can do is to pass on the ChatId from the parameters property that the error output will produce. You can reference it in the error workflow as {{ $json.execution.error.node.parameters }}
Here is a simple workflow to demonstrate what I mean.
Instead of the DebugHelper Node your Telegram Node will be throwing an error and the Error Trigger workflow will capture it. You can then access the before mentioned parameters property to extract your chatId from the Telegram Node.