add record does not work in mobilecreator.zoho.com
Dear all,
I just became a new user and am testing the functionality of zoho creator.
One obvious problem I encountered is the script below not working on mobilecreator, but it can work on creator.zoho.com
I create a form and add one single line field and just want to add a new record when click on the submit button.
I dragged "add record" in script builder and got code below.
insert into test_form
[
Added_User = zoho.loginuser
test_abc = "1111"
]
however, it reports error "
Improper Statements/Expressions found
java.lang.NullPointerException"
while there is no problem at all when same code working on the form of creator.zoho.com , please help to confirm if I made any mistake.
Thanks
Mason