Problem: Script does no database entries if an error occurs
Problem with creator 3.0 - Script does no database entries when an error occurs.
I have a script in Zoho Creator, that does a lot of database-manipulations. I have also a system in it to log the progress, if an error occurs. In the next try, the script starts from here. And I know the specific workflow before the error - even days after using the script.
In Zoho Creator 2.0 this script works perfectly.
Now - in Zoho Creator 3.0 - there is no database-manipulation if there is an error. My workflow-log doesn't work. The emails are sent (why?), but I cannot use them to log the progress. It would be better not sending emails (if there is an error), if also the database-manipulations are not working.
Can I manage, that the script runs like in Creator 2.0? Doing the database-manipulations (primarily the log), even if there occurs an error?