Identify last row in a stream
Description
Identify Last Row in a Stream adds a Boolean field to each row that indicates whether it is the final row in the input stream. The field value is true only for the last row and false for all preceding rows. Use this step when your workflow needs to trigger a specific action only after all data has been processed — for example, sending a summary email, writing a footer record, or calling a stored procedure once the entire dataset has passed through.
Configurations
| Field Name | Description |
|---|---|
| Step name | Specify the name of the step as it appears in the workflow workspace. This name has to be unique in a single workflow. |
| Result fieldname | Specify a field to mark the last row of a stream. It is a Boolean field filled with true for the last row and false otherwise. |