Notes
The Trigger Order in Salesforce Flow allows you to control the execution order of flows when multiple flows are triggered by the same event on a specific object. By assigning a value between 1 and 2,000, you can prioritize the order of execution for flows with the same trigger type (before-save or after-save) for a given object.
For example, if you have multiple after-save flows on the Case object, you can set the Trigger Order to ensure one flow runs before others. However, you cannot prioritize an after-save flow to run before before-save flows or Apex triggers. This feature helps in controlling the sequence in which flows execute, ensuring that business logic and actions occur in the desired order.