We use Make.com as the first level of our integration/translation application.
We receive an XML, convert it to JSON, separate the JSON, pass it to a function for business logic, before passing to a webhook API on our server.
If the function fails, the message is limited. Input and output are an empty array or null.
Other then either spinning up a nodejs environment or using a web browser console to replicate, is there any easier way to debug this scenario?
Thanks in advance for any help!
Failure
Scenario