Skip to main content

Get rows from result

Description

Get rows from result is a step in the Process Plugin for Process Studio Workflows. This step returns rows that were previously generated by another workflow in a process and were passed on to this step using the Copy rows to result step. You can enter the meta-data of the fields you're expecting from the previous workflow in a process.

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

No.Field NameDescription
1Step nameSpecify the name of this step as it appears in the workflow workspace.
2FieldnameSpecify the name of the field that contains the rows from the previous result.
3TypeSpecify the type of data.
4LengthSpecify 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).

6PrecisionSpecify precision,

• For Number: Number of floating point digits.

• Not used for String, Date, or Boolean.