Hello,
Here’s one scenario: once the process flow is started, we assign the task to the group users; in the group users task form, we use the REST API to list all users in a dropdown field; for the time being, we manually select the users from the dropdown field and assign the task to the selected user.
So, if the group users are not present at the time, I want to make an automatic assignment without selecting a user from the group users task form, and I want to distribute all of the work evenly among the users.
Example:
The first created task should be assigned to User1 and the second task to User2. like this should be automated.