- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 05:12 PM
I'm thinking of creating a process that is triggered when an attachment is deleted.
I understand that this can be implemented using business rules, but is it possible to use deletion as a trigger in the Flow Designer as well?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 07:16 PM
Hi @bonsai ,
As there is no Delete trigger point in Flow, we cant configure Flow for such case.
You need to think on some other options like BR.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 07:18 PM
Answer is no as Flow runs async and doesn't have option as Delete Record as trigger
If you wish to perform some action/logic then please use Before Delete BR on your table
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 07:16 PM
Hi @bonsai ,
As there is no Delete trigger point in Flow, we cant configure Flow for such case.
You need to think on some other options like BR.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 07:18 PM
Answer is no as Flow runs async and doesn't have option as Delete Record as trigger
If you wish to perform some action/logic then please use Before Delete BR on your table
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2025 06:21 AM
..though nothing stops the BR from calling a flow.