Hello, I see you have a create record trigger and an update record trigger in your automation, but I cannot see a deleted record trigger. Do you have one? can we add it to the automation?
Hi! Thanks for the feedback. We don’t have a deleted record trigger at the moment. Could you share more about your use case — what are you looking to do when a record gets deleted?
For example: You have a class and a list of students in that class. When you add students to the class, there may be confusion or sometimes a student is no longer part of the class. In that case, you want to remove that student from the class list.
However, deleting a student is not just simply removing their name from the list. You also want to notify all related systems, databases, or software that the student has left the class. This helps keep all places updated with accurate information, avoiding confusion or outdated data.
When a student is deleted, a trigger will immediately send a notification or perform the necessary steps to update information elsewhere. Thanks to this, all data remains synchronized and accurate without you having to manually spend time.
Hi, thanks for the detailed explanation.
We’ve added this as a feature request to our backlog for consideration. Really appreciate you taking the time to share the use case.