Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This operator replaces all the contents of the lists with the parent table. The schema of the parent table must be a superset of the schema of the list.

Operator usage in easy mode

  1. Click + on the parent node.

  2. Enter the Replace List operator in the search field and select the operator from the Results to open the operator form.

  3. In the Table drop-down, enter or select the table with the new list content.

  4. In the List Name drop-down, enter or select the name of the list to update.

  5. Click Run to view the result.

  6. Click Save to add the operator to the playbook.

  7. Click Cancel to discard the operator form.

Usage Details

LQL Command

replaceList(input_table, list_name)

Input parameters:

input_table: Name of the input table.

list_name: The name of the list. This is a string.

  • No labels