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 Name | Description |
|---|---|
| Step name | Specify the name of this step as it appears in the workflow workspace. |
| Fieldname | Specify the name of the field that contains the rows from the previous result. |
| Type | Specify the type of data. |
| Length | Specify 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). |
| Precision | Specify precision, • For Number: Number of floating point digits. • Not used for String, Date, or Boolean. |