# Get records from stream

## ![](/files/PSkCjdK1g07GqGe1hyKk) Get records from stream

### Description <a href="#description" id="description"></a>

The Get Records From Stream transform returns records that were previously generated by another pipeline in a workflow.

The records were passed to this transform using either the Copy rows to result transform or the Workflow Executor transform.

You can enter the metadata of the fields you are expecting from the previous pipeline in a workflow.

{% hint style="info" %}
Note: Deprecated use RowsFromResult instead.
{% endhint %}

| Hop Engine | <sup>✓</sup> |
| ---------- | ------------ |
| Spark      | ?            |
| Flink      | ?            |
| Dataflow   | ?            |

### Options

| Option         | Description                                                                                                                                                                                                                |
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Transform name | Name of the transform.                                                                                                                                                                                                     |
| Fieldname      | Name of the field that contains the records from the previous result.                                                                                                                                                      |
| Type           | <p>Type of data. Options include:</p><ul><li>Number</li><li>String</li><li>Date</li><li>Boolean</li><li>Integer</li><li>BigNumber</li><li>Serializable</li><li>Binary</li><li>Timestamp</li><li>Internet Address</li></ul> |
| Length         | <ul><li>For a field with the type of 'Number', enter the total number of significant figures in a number.</li><li>For a field with the type of 'String', enter the length of the string.</li></ul>                         |
| Precision      | For a field with the type of 'Number', enter the number of floating point digits. Otherwise, leave blank.                                                                                                                  |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.primeur.com/data-shaper-1.21/knowing-the-data-shaper-designer/pipelines/transforms/getrecordsfromstream.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
