Multirow variable manipulation via client scriptIssue Multirow variable manipulation via client scriptReleaseClientCauseNAResolutionMulti-row variable set accepts an array for JSON and you can use g_form.setValue to set the value g_form.setValue('mlv','[{"ets":"val1"},{"ets":"val2"}]') // mlv - variable set name, ets - variable name, val1 and val2 are the 2 values that i am assigning vai the client script