When an Account record is created, the following happens: Before insert triggerincrements the count field once. After insert record-triggered flowexecutes and increments the count again. When the record is subsequently updated: Before update triggerincrements the count again. After update record-triggered flowincrements it once more. Thus, the final value of thecountfield =4. Order of Execution in Salesforce