The flow didn’t update the amount because of the following
We sent the “Sponsor ID” from the On Delete Record Triggered Flow to the Platform Event Triggered Flow which runs After Commit which means, the Sponsor record got deleted already, it attempts to find it, it doesn’t xD.
Instead of sending the Sponsor ID to the Platform Event, let’s send the Event ID instead
Fun fact: Platform Event triggered Flows don’t have the option to debug, we have to create a Debug Log from Setup and make it run for Automated Process then perform the operation, the logs will be created there, might be another discussion in another live stream.
Was a fun challenge
Happy weekend

