The Run Outbound Mapping Action is used to run all outbound mappings for the specified Integration Scenario where the mapping source type matches the current record SObject type.
For example, with an Integration Scenario that has outbound mappings configured for Opportunity and OpportunityLineItem, when the Flow is run on an Opportunity record, the Run outbound mapping Action will only run the Opportunity outbound mapping, not the OpportunityLineItem mappings.
To run the remaining mappings, use Run outbound mapping for related records Action for each source object type, which, in this example's case, is only OpportunityLineItem.
Category: Overcast
Label: Run Overcast Outbound Mapping
Name: apex-overcast__ActionRunOutboundMapping
Scenario Name (required)
The name of the Data Synchronization Integration Scenario to run outbound mappings.
Scenario Input (optional)
The name for the Data Set. When Auto is selected, the Flow interview unique ID will be used, prefixed with auto_. When Manual, the text should match the Scenario inputs of any previous mapping Actions. Auto should be used for one-time/unique transactions and Manual can be used for recurring or fixed data sets.
Current Record (required for Screen & Record-triggered Flows)
The ID of the current record the Flow is processing. Screen Flows require the recordId variable, so use recordId. Record-triggered Flows provide $Record.Id, so use $Record.Id. Leave blank for Autolaunched Flows.
Specific Mappings to Run (optional)
A comma-separated list of specific mappings to run. This is useful if you have outbound mappings that should only be run under specific conditions.
Log to a Run Record for Mapping (toggle)
Enable to report status logs to a Run record (in the Monitoring screen) dedicated to mapping. All other Actions should refer to the same Run record.
Disable to skip logging to a mapping run record. Useful for Flows that prepare a Data Set but do not run a Scenario.
Enabled is recommended.
Mapping Run Record
If the toggle Log to a Run record for Mapping is enabled, the record ID is returned. Blank is returned otherwise.
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.