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)
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.