FlatAppend
This formula allows you to concatenate lists (also known as flattening).
Returns
array<T>
JSON Format
{
"type": "flatAppend",
"components": ...,
"treat_as_set": ...
}
RPG Script
This component can be written in RPG Script as:
flatAppend(...)
Fields
| Field | Type | Required | Description |
|---|---|---|---|
treat_as_set | bool | Optional. False by default. If true, this formula will remove all duplicate values from the result before returning it. |