Skip to main content

Data Grid

Description

Data Grid creates a static, in-line tabular dataset directly within a workflow without requiring an external data source. Use this step for testing, demonstrations, or providing small reference datasets — for example, defining a lookup table of status codes or generating sample rows to validate downstream logic. You define the field metadata and data values in the step configuration, making it a quick way to inject known data into any point in a workflow.

Configurations

Field NameDescription
Meta Tab:On this tab you can specify the field metadata (output specification) of the data
Step nameName of the step. This name has to be unique in a single workflow.
NameProvide a name for column in your grid.
TypeSelect a data type from a list.
FormatChoose a format from the list.
LengthSpecify the length of the field.
PrecisionSpecify the precision of the output data type.
CurrencySpecify the currency symbol to use.
DecimalSpecify the decimal symbol.
GroupSpecify the grouping symbol to use.
Set empty string?Set the field value to null (Y/N)
SecretSelect Y to mark the field as a secret. The step masks the value (displays *******) in downstream steps, previews, and logs. To protect the data, the field is excluded by default when writing to an output file or database.
Select N to keep the field value visible. The step displays the actual value in previews and logs and writes it to the output file or database.
Notes:
- If the Secret setting is changed from Y to N, the field value is cleared. The value must be entered again.
- If a secret field is combined with plain text in an upstream step (for example, using a Calculator step to create "Token: " + secretField), the result is treated as a new field and is not protected automatically. Mark the new field as Secret to protect the value.
Data Tab:This grid contains the data. Everything is entered in String format so make sure you use the correct format masks in the metadata tab.