Application is broken after server upgrade

Application is broken after server upgrade

Hello! I've shared my Guest Tracker application with support, and sent an email. No response yet since 24 hours ago. My views still appear (and are quicker!), but since the grid server update my two entry forms do not appear and get page errors.

Also I'm able to edit the scripts for the two forms, but when I save the forms it changes my sentence of

guest = New_Guest [Name == input.Name];

to

guest = New_Guest where Name == input.Name;

No big deal, except that if I attempt to save the script again I get errors because it doesn't like the 'where' clause that it put in. I'm not sure if this problem with the script is also the cause of the form display issue or not.

Can someone from Zoho Creator help me out please? Thanks.