Skip to main content

Is there a running order for Flow and old Workflows?  I have a new Flow that updates a field on new record (when added). There is an existing Workflow rule that should then be triggered by the field value updated in the Flow. The Workflow rule is not running. Is this because Workflows are processed before Flows ?

2 réponses
  1. 3 juil. 2023, 02:32

    Hi @Geoff Bell

     

    Yes. It is because workflow rules are processed before Flows. Important to note that a workflow will only trigger if the record is saved with changes to the fields that the workflow rule is monitoring for changes. 

     

    So, if your Flow needs to be an After-Save Flow, not a before-save flow. Workflow rules will only re-evaluate with after-save flows, because they occur after the record is saved. 

     

    If that doesn't fix it, then it's not the running order. Maybe the workflow criteria or an error in the flow is preventing it from successfully updating the field. 

     

    Good Luck

0/9000