Zoho Flow Debugging

Zoho Flow Debugging


Hello

I built a custom function that takes input via a webhook trigger into the flow.

The custom function has input as strings and I have one single line that info each of the variables to debug. However, for each of the tests (instances of webhook triggers) I didn't get to see any output as can be seen in the screenshot below.





So, basically, the info to debug is not working. I also tested with the basic below and no output was produced as shown above.

  1. info "test";


This needs to be fixed urgently.