Record-triggered flows: One vs multiple
This is the age-old apex trigger question, but for flows. Should an object have one after-save trigger flow or multiple?
In apex, it was usually recommended to have a single apex trigger handler that organized which subclass was called based on the type of trigger (after insert, after update, etc.).… Read the rest
