For Each Result Block

Every flow in an On schedule app requires a For Each Result block, which directs TIBCO Cloud™ Integration - Connect to process the result set from the Query Block, processing each record from the source datastore. Except for the Query block, all other blocks are nested inside the For Each Result block.

The For Each Result block is always the first Block after the Query block. All other blocks work within the For Each Result loop. As indicated by the arrow, when the flow successfully reaches the end of the For Each Result block for a record, TIBCO Cloud™ Integration - Connect processes the next available source record.

When all source records have been processed for this flow, the app moves to the next flow in the app or stops, if this is the last flow.

Block Properties - General Tab

From the General tab, you can change the Block Label and add a description for this block.

Block Properties - Errors and Warnings Tab

If there are any errors or warnings for this block, the Errors and Warnings tab displays the number of errors or warnings in the tab name. See Block And Flow Errors And Warnings.

Once you have corrected the errors, select the Validate button to update the Errors and Warnings tab.

Related Topics

Control Blocks

For Each Child Block

Loop Block

Loop Exit Block