...
The splitArray operator splits the array that you want to split into rows.
Operator Usage in Easy Mode
- Click + on the parent node.
- Enter Split Array operator in the search field and select the operator from the Results to open the operator form.
- In the Input Table, enter or select the name of the table containing the data to run this operator on.
- In the Field, enter or select a field with an array that you want to split into rows.
- In the Name of the Field, enter the name of the new field for an array.
- Click Run to view the result.
- Click Save to add the operator to the playbook.
- Click Cancel to discard the operator form.
Usage Details
``` {text}(inputTable: TableReference, field: ColumnReference, nameOfNewField: String)
...