How To add groups in collection of multi-instance

How to add group users to collection of multi instance?

Hi @abhi1o3,

you can query the users of a group from the IdentityService.

Does this help you? If not, please tell more about what you want to do?

Best regards,
Philipp

i have an application using which i am sending one form for Approval and I want that each users should assigned with one task . i have used parallel multi instance and gave loop cardinality as 2 so that two task will be generated and also gave the candidate group. so when i am submitting my form , it is assigning both task to each users to claim . i want one user can see only one task.