Change display value with formFieldValueChanged
Hello,I want to change the value of my display value with an Event in my FORM. I try this but he doesn't work : scope.findFormFieldWithId(scope.allFormFields, "Label3").id = varReadTest; scope.findFormFieldWithId(scope.allFormFields, "Label1").value ...