Question d’entretien chez CITGO

When, during a Save, does a Flow fire?

Réponse à la question d'entretien

Utilisateur anonyme

15 févr. 2023

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.