FlatAppend
This formula allows you to concatenate lists (also known as flattening).
JSON Format
{
"type": "flatAppend",
"components": ...,
"treat_as_set": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
components | List<StatFormulaComponent> | ✓ | The formula for the arrays (lists) that should be concatenated. |
treat_as_set | bool | Optional. False by default. If true, this formula will remove all duplicate values from the result before returning it. |