ATF Not Rolling Back Record
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2024 10:55 AM
In ATF, I generate an inbound email, which kicks off an inbound email Flow. This Flow creates a record in a custom table. There is then an ATF step to confirm the record exists. I would expect ATF to roll back this record, but it's not rolling back. I tried adding a delete step to delete the record, but it doesn't delete, perhaps because ATF is rolling back the delete. How do I accomplish this cleanup of the record?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2024 03:04 PM
I know sys_email table records are not rolled back
Could you try to delete the record via code as one of the step?