Versions Compared

Key

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

...

  • Field Bound To Update List
    Select the Process Field that is bound to the list you wish to update. The list MUST be bound to the field selected here.

  • Table Field Containing List Values
    Select the table field with the data you wish to use when updating the list. The field may have one or more columns of data. Not all data in the table is required, so if the table is serving multiple purposes, that is okay.

  • Table Column Mapping
    Use field notation to set the values, referencing the columns of the table that should be used to set each list item. You can use multiple columns of the table. For example, if you had a table that included a column “number” and a column “displayName”, this node setting might look like:

    “{p_number} | {p_displayName}”

    Which would be expected to output something like “10029 | Square 9 Softworks, Inc.”.

  • Append To List - No Overwrite
    Enable this option if you want successive updates to be additive. By default, every time the node is hit, the list will be cleared and it’s contents fed from the current processes table data. When appending, duplicates in the list are automatically removed.