List
This formula allows you to create a list of values.
JSON Format
{
"type": "list",
"components": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
components | List<StatFormulaComponent> | ✓ | The list of formulas to calculate the values of each element in the resulting list. |