Run Inbound Mapping for Chaining Action

The Run Inbound Mapping for Chaining Action is used to run inbound mappings for a single Integration Scenario in a Flow instead of Batch Apex. It is similar to Run the Inbound Mapping Action but it has extra parameters for chaining the outputs of one Scenario into inputs of another Scenario. 

 

Category: Overcast

Label: Run Overcast Inbound Mapping for Chaining

Name: apex-overcast__ActionRunInboundMappingForChaining

 

Inputs

Inputs (required)

The Integration Scenario mapping inputs variable. This is an Apex-defined type variable overcast.ObjectMappingInboundFlowInputs.

 

Flow Interview GUID (required)

The unique ID for the Flow Interview (execution). Set this as {!$Flow.interviewGuid} .

 

Records (optional)

The records to map to another object(s). When specified, the object mapping process will only run the mapping configurations for the records' type. When left unspecified, all records for that Scenario Input will be loaded and, if Mapping Names is unspecified, then all inbound mapping configurations will be run. This is useful for conditional processing.

 

Specific mappings to run (optional)

Specify the mapping configurations to run. This is useful for conditional processing.

 

Scenario Input for Chaining (optional)

The name for the Data Set for the other Scenario inputs. When left blank, the Flow interview unique ID will be used, prefixed with auto_. When manually specified, the text should match the Scenario inputs of any previous mapping Actions. Leave blank for one-time/unique transactions, but specifying the Scenario Input can be used for recurring or fixed data sets. 

Outputs

Status Code

The status code of the mapping operation. Should align with the mapping run record Status Code. 

 

Success

True if the mapping completed without errors.

 

Scenario Input

This is the Scenario Input value used for the operation. If Scenario Input input value is manually set, then it contains the value that is manually set, otherwise, it is the value that is automatically set. This value can be used when needing to create additional records for the outbound mapping.