Run Data Synchronization Scenario Action

 

The Run Data Synchronization Scenario Action is used to execute a Data Synchronization Scenario from a Flow.

This Action only schedules the execution of the Scenario. It does not perform any outbound object mapping. Inbound mapping will be run if inbound mappings are configured. 

This Action returns immediately after scheduling the Scenario. It does not wait for the Scenario to complete. Listen for the overcast__ScenarioEvent__e platform event to continue the processing when the Scenario completes.

 

Category: Overcast

Label: Run Data Synchronization Scenario

Name: apex-overcast__ActionRunDataSyncScenario

Inputs

Scenario Name (required)

The name of the Data Synchronization Integration Scenario to run.

 

Operation (required)

The operation type.

 

Scenario Input (optional)

The name of the Query Predicate or predefined Data Set.

 

Current Record (required)

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.

 

Mapping Run Record (optional)

The Run record for the mapping step to be used for logging.

Outputs

Run ID

The ID of the Run record for the scheduled Scenario.

 

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 is automatically set. This value can be used when needing to create additional records for the outbound mapping.