Skip to main content

Get rows from result

Description

Get Rows from Result retrieves rows that were passed from a previous workflow in a process using the Copy Rows to Result step. Use this step as the starting point of a workflow that needs to continue processing data generated by an earlier workflow in the same process sequence. You define the expected field metadata (names, types, lengths) so the step can correctly interpret the incoming data.

Note: This step produces one or more rows and cannot be placed within a stream. It must be the first step in a stream since it produces rows.

Configurations

Field NameDescription
Step nameSpecify the name of this step as it appears in the workflow workspace.
FieldnameSpecify the name of the field that contains the rows from the previous result.
TypeSpecify the type of data.
LengthSpecify length of the field.

- For Number: Total number of significant figures in a number;

-For String: total length of string;

- For Date: length of printed output of the string (for example, entering 4 would only return the year).

PrecisionSpecify precision,

• For Number: Number of floating point digits.

• Not used for String, Date, or Boolean.