Description
The Filler node replaces the value of a field based on a defined JavaScript.
Configuration Options
Basic Configuration Options
Setting | Description\Parameters |
---|---|
Columns to Fill |
Picklist 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 Variable | Description |
---|---|
@FIELD |
References the value of the row for the column(s) you have selected. |
@Row |
Extracts information about the current row. E.g., row.get(‘COLUMN_NAME’) returns the value from that column for the current row. |
Index |
An available integer object that returns the zero-based index of the specified row. |
@Cache |
A 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. |
Parameters |
Typing # within the script editor prompts the user for a list of available parameters. |
Actions
Action | Description |
---|---|
Preview |
Once the node is configured, the combined result set can be previewed at any time. |