We have a use case, where the user may select multiple people for multiple docum

We have a use case, where the user may select multiple people for multiple documents.
Example:
For “Doc a “ Selected users “user1, group2, user3”
For “Doc b “ Selected users “user1, user4, group6”
For “Doc c” Selected users “group3, user4, user9”
In this scenario the number of Documents may vary and we need to implement this in the User Input task or Form.
Problem : We can’t use multiple people picker in grid. Please let us know if you faced the same problem and work around or solution to this problem....

OriginalPostID-78389

OriginalPostID-78389

  Discussion posts and replies are publicly visible

Parents
  • Here is the biggest issue using JS. It's not Mobile compatible. So for that reason, I would recommend against it.

    Having said that, if you decide to ignore my recommendation and continue with JS, you can still use the logic of having multiple upload document fields in your form and instead of using a Form submit, you can look for on click event of the component to show the next upload document field (which will be hidden by default), repeat until you hit the last one where you do a form submit.
Reply
  • Here is the biggest issue using JS. It's not Mobile compatible. So for that reason, I would recommend against it.

    Having said that, if you decide to ignore my recommendation and continue with JS, you can still use the logic of having multiple upload document fields in your form and instead of using a Form submit, you can look for on click event of the component to show the next upload document field (which will be hidden by default), repeat until you hit the last one where you do a form submit.
Children
No Data