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

Filler

  • Dark
    Light

Article summary

Description

The Filler node replaces 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 is replaced by JavaScript.
JavaScript.|

|Script| Specifies 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 prompts the user for a list of available parameters.

Actions

ActionDescription
PreviewOnce the node is configured, the combined result set can be previewed at any time.

Was this article helpful?

What's Next