Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Update Correlation State action

Enable or disable synchronization of records by the specified correlation. Set an active correlation to inactive to disable synchronization of records. Set an inactive correlation to active to resume synchronization of records.

Roles and availability

Available as a ServiceNow Core Remote Process Sync action.

Inputs

Provide a value for each input that your action needs. To add dynamic values, you can also drag pills from the Data panel or select them from the pill picker.

  • Correlation Detail

    Data type: Object

    Object containing correlation information about a synchronized record. The object identifies the local and remote correlation IDs associated with a local record.

  • State

    Data type: Choice

    Synchronization state of records. The available options are Active or Inactive. Active records are being synchronized. Inactive records are not synchronized.

Outputs

These outputs appear in the Data panel. You can use them as inputs elsewhere in your flow.

  • Correlation Detail

    Data type: Object

    Object containing correlation information about a record. The object identifies the local and remote correlation IDs associated with a local record.

  • Status

    Data type: Choice

    Synchronization state of records. The available options are Active or Inactive. Active records are being synchronized. Inactive records are not synchronized.

  • Error

    Data type: String

    Error returned by the action.