Hi, I am using Laserfiche Forms 9.2 version,I believe there is option to assign tasks to multiple users by giving individual username in User task activity,In my Form i added dropdown control to select user from the list,by using custom javascript i added multiple dropdown with the same id to select multiple users,then i assigned this field value to the User task activity.but once i submit the form,the process gets terminated.
When i checked the results variable,the value for the particular field taken as User1,User2.In the same way i checked by giving individual username in the user task activity,here also the variable value taken as User1,User2 and the tasks assigned to both the users without fail.
My question is being the same variable value passed through submission process,why the process gets terminated while selecting users from the dropdown list?
Thanks in advance