I'm writing a custom function in Zoho Flow to perform some writes to Zoho Books from a web hook request.
I want the custom function to FAIL if something goes wrong (for example, if an item cannot be found). I cannot figure out how I can make this function fail. I've scoured the Zoho documentation. Can I not just throw an exception? How do I throw an exception in Deluge?
Side note: I'm sick and tired of Zoho's documentation. I've been using Zoho Books and Analytics for a couple of years now, and it's always SO difficult to find answers.