So I tried an automation triggered by “record deleted”. Worked fine as long as I worked on it within the same automation.
As I try to modularize the automations a bit, I have some master automations for “created”, “updated” that will than route to additional automations to handle the record.
This doesn’t work with “record deleted”, because I can’t trigger another automation on the deleted record.
[21:25:28.375] Action execution failed with error: [400] validation: [InvalidTriggerOnWorkflowRecordException] TriggerOn Record with ID 60177335 not found
So the “deleted record” only exist within the directly called automation?