Filler
  • 06 Jan 2023
  • 1 Minute to read
  • Dark
    Light

Filler

  • Dark
    Light

Article summary

Description

The Filler node is used to replace the value of a field based on a defined JavaScript.


Configuration Options

Basic Configuration Options

SettingDescription\Parameters
Columns to FillPicklist of source node columns that will be replaced by the JavaScript.
ScriptSpecifies the JavaScript that will be applied to the selected source node columns.

Advanced Configuration Options

These variables can be used in a script to reference specific values.

Script VariableDescription
@FIELDReferences the value of the row for the column(s) you have selected.
@RowExtracts information about the current row. E.g. row.get(‘COLUMN_NAME’) returns the value from that column for the current row.
IndexAn available integer object that returns the zero based index of the specified row.
@CacheA dictionary-like object that is used to propagate values to other rows. It is a key-value pair data structure where .put(key,value) is used to add an entry and .get(key) extracts the value.
ParametersTyping # within the script editor will prompt the user for a list of available parameters.

Actions

ActionDescription
PreviewAfter configuring the node, the combined result set can be previewed by clicking the Preview button.

Was this article helpful?

What's Next