How to assign participant from subform using formula
Hi,
I have a subform that contains a list of users in each row one user, I want to assign a standard task to them in paraller, I don't want to use any another type of tasks such as advanced.
I tried to add them by formula:
${sfProjects/userlist:[*]}
The problem is that is get all the users but spereate them by comma not simicolin,
can you help to make the result such as name1;name2;name3
not name1,name2,name3
-
Azzam,
There are 2 approaches for this:
1) Store the original Subform value (comma separated) in a hidden field on the eForm and you can then use the Update Custom Process Data activity that is configured to use a String replace function on the hidden field that changes the value from comma to semicolon.
2) Store the original Subform value (comma separated) in a hidden field on the eForm and write additional JavaScript to handle and alter the value as per business requirement.Thanks
Please sign in to leave a comment.
Comments
1 comment