RANDOM_ITEM
Description
Returns a random item from the given set of items.
Syntax
RANDOM_ITEM(...item) -> Object
Parameters
| Parameter | Data Type | Required | Description |
|---|---|---|---|
| ...item | Object | Yes | Set of items. |
Example
RANDOM_ITEM("New", "In Progress", "Escalated", "Closed")
-- Possible output: "In Progress".Tips
This function is only allowed for actions targeting sandboxes, to prevent accidental masking of production data.