Table of Contents

DataReader iterator

Iterates through all records in a DataReader.

Use this action if you have a DataReader where you need to perform one or more custom operations on each record in the DataReader.

img

Example

This flow can be used to read and process customer orders from a CSV file, applying two actions to each record (e.g., validating the order and updating inventory). Read more about Function.

Returns

Returns a DataReader record.

Properties

Name Type Description
Title Optional The title or name of the action.
Data reader Required Select the source DataReader.
DataReader variable name Optional The name of the DataReader variable that contains the list of the objects names.
Description Optional Additional notes or comments about the action or configuration.