When, during a Save, does a Flow fire?
Utilisateur anonyme
It can fire off before or after the Save operation, depending on the Flow. Before-save flows can only operate on the record that triggers the flow to fire, but they're less resource-intensive. You should use them whenever you can. However, if you need to access related objects or take actions outside the flow, you'll have to use the more resource-intensive After-save flow.