ZOHO Creator Team:
When you type something like ...
input.Field1 = input.Field2 + "something";
... if Field1 is mis-typed, ZOHO Creator does not point that out at Save Script time ... instead it decides to turn it into ...
Field1 = input.Field2 + "something";
... i.e. turning it into a variable ... this then causes Run time unexpected behaviour ... resulting in time spent investigating the cause.
What is the thinking behind such an automated change ???????
Gaev