Random employee from list or department
Picks a random active employee from a given department or an explicit list of IDs. Handy for round-robin assignment.
Picks a random active employee from a given department or an explicit list of IDs. Handy for round-robin assignment.
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| Department ID (takes priority if set) | int | — | |
| List of employee IDs (used when no department is specified) | int | — | |
| Exclude this employee from the pool (e.g. the current responsible person) | int | — |
What does the robot return?
| Parameter | Type |
|---|---|
| Selected employee ID | int |
| Selected employee name | string |
| Selected employee email | string |
| Employee found (Y/N) | string |