Intermittently onChange client script is executed multiple times( onLoad as well).DescriptionWhen there is an onChange client script, intermittently after submitting the form this client script triggered ( twice or sometimes multiple times).Release or EnvironmentAllCauseThe issue is because of the live forms ( record watcher) - even when only one user is viewing the form.ResolutionUsing g_form.isLiveUpdating() in the client script to check for executing will resolve the issue.