Hi
I’m curious if there’s a shortcut to get the complete input of a failed node so it can be parsed to a different node in an error handling branch?
Use case here is — the initial node (GHL CRM - Create contact) won’t accept duplicate contacts, so I’ve added an error handler branch to it. This branch has a router that will perform a HTTP request, and I would like to parse the complete input as it was from the GHL node to the request content of this HTTP request.
I could manually map it, but was just curious if such a shortcut exists, thanks!