How To Use LoopBlock In Integration Procedures

Integration Procedures > LoopBlock > DataRaptorExtractAction > ResponseAction

Step 1: Create an ExtractDataRaptor:

  • Create a new ExtractDataRaptor. This DataRaptor is designed to extract data from contact.

/*! elementor – v3.18.0 – 20-12-2023 */
.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=”.svg”]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}


DataRaptor
DataRaptor Extract

Step :– 2    Create an Integration Procedure:

  1. Begin by creating a new Integration Procedure in your development environment.

Drag a LoopBlock:

  1. Drag and drop a LoopBlock component into the structure panel of your Integration Procedure.

Configure LoopBlock Parameters:

  1. In the LoopBlock configuration, set the following parameters:

    • Loop List: Specify the node of the array or list that you want to iterate over. This represents the data source for the loop.

    • Additional Loop Output: Use the %% sign and provide a name associated with the DataRaptor or variable that will store additional loop output.


LoopBlock
LoopBlock DataRaptor

Step :– 3    DataRaptor in LoopBlock:

  1. Within the LoopBlock in your Integration Procedure, configure a DataRaptor action to perform operations during each iteration.

Configure DataRaptor Parameters:

  1. Set the following parameters in the DataRaptor configuration:

    • Data Source: Specify the node from the input obtained from the Preview Tab.

    • Filter Value: Use a variable from the DataRaptor for the filter value.


DataRaptor
DataRaptor in LoopBlock

Step :– 4   In ResponseAction:

  1. Within the Integration Procedure, locate the ResponseAction component.

Configure Additional Output:

  1. In the ResponseAction configuration, set the “Additional Output” to the name of the LoopBlock.

Step :– 5    On Preview Tab 

Result

Salesforce Gide = https://help.salesforce.com/s/articleView?id=sf.os_loop_block_properties.htm&type=5

Scroll to Top