Skip to main content

Custom object removed from a list

The Custom object removed from a list trigger starts an automation whenever a custom object record is taken off a list. Use this trigger to react to records being uncategorized or moved out of a group.

This trigger operates at the custom object scope, making all fields on the record available to downstream steps.

Trigger scope

This trigger operates at the custom object scope. Custom object record fields are available downstream. Use lookup steps to bring account or company context into the workflow if needed.

How it works

  1. A custom object record is removed from a list, either manually or via another automation step.
  2. The custom object record is brought into scope.
  3. All fields on the record become available as dynamic content.
  4. Downstream steps execute using the record data.

Available data

OutputDescription
Record IDUnique identifier for the custom object record
Record fieldsAll custom fields defined on the object type
List nameThe name of the list the record was removed from
Removed atTimestamp when the record was removed from the list

Additional fields depend on how the custom object type is configured in your account.