Big problem with decision box on user input

Big problem with decision box on user input

ZC Team:

I am excited about the new features, but I am really afraid of ZC updates, because too often some basic functionality is broken and the result is that some applications start to behave in an unexpected way.

Look at the form here:
http://creator.zoho.com/george_writer/_atest_/form-perma/test_decision_box/jbU1wzQO5Za01Hw2QDXejf29hBsY6Dx3SyDA48x3XgRWr3SMq4puAvOZjBH7D8TZUTSzwJOFjOePMtzCEnmesktw7F3MzGSpNmz9/

The field   (deluge name checkthis ) has at on user input the following code

  1. if (input.checkthis == true)
    {
    input.checkthis = false;
    }




This code generates an infinite loop, because the decision box is not set as false as it should, but the action is marked as User Input (even if the value dose not change).

I have an application in which when a decision box is checked a record is inserted in another form and displayed in an iframe. In a few seconds tens of records were inserted, instead of a single one. And it's only an example, I'll have troubles with other forms.

I hope that this problem will be solved very soon.

Regards,
George