After Delete Trigger

Users must note that this trigger is called after a record has been deleted. Therefore, since the record will not be available, any Actions, e.g., triggering Flow based on the record will not have any effect.

  • To create an After Delete Trigger, click the [+ After Delete] button.

  • When this trigger is created, it has the following predefined variable:

    • Variable Name: "Deleted_Record", Data Type: (the entity where the trigger is created). This variable contains the value of the newly created record.

Last updated