The Run Inbound Mapping Action is used to run inbound mappings for a single Integration Scenario in a Flow instead of Batch Apex.
Category: Overcast
Label: Run Overcast Inbound Mapping
Name: apex-overcast__ActionRunInboundMapping
Inputs (required)
The Integration Scenario mapping inputs variable. This is an Apex-defined type variable overcast.ObjectMappingInboundFlowInputs.
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.
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.