Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The splitArray operator splits the array that you want to split into rows.

Operator Usage in Easy Mode

  1. Click + on the parent node.
  2. Enter Split Array operator in the search field and select the operator from the Results to open the operator form.
  3. In the Input Table, enter or select the name of the table containing the data to run this operator on.
  4. In the Field, enter or select a field with an array that you want to split into rows.
  5. In the Name of the Field, enter the name of the new field for an array.
  6. Click Run to view the result.
  7. Click Save to add the operator to the playbook.
  8. Click Cancel to discard the operator form.

Usage Details

``` {text}(inputTable: TableReference, field: ColumnReference, nameOfNewField: String)

...