After spending hours diagnosing things (the logs did not show any errors), I decided to remove this bit of code (submit action)
- if((input.DELIVERY == zoho.currentdate) && (input.REMINDER == null))
- {
- // some code that sends an email
- }
to
- //some code that sends an email
and observed two things: 1) The code now works 2) The very long delay we started seeing was gone.
Both variables above are date-only fields.
Any ideas?
Cheers,
John Whitney