Flow triggers not working on record createIssue When a record is created that has a flow with a created or updated trigger, even though the trigger conditions are met, the flow does not start.It does start on when the record is updated.There are no flow.fire events created on create but there are on update.CauseAny business rules with "SetWorkflow(false)" - will prevent other business rules and engines from executing, including flow designer. Hence when you are inserting a record into the table even though flow conditions are matched, flow didn't get executed.Resolutionkindly please remove the line current.setWorkflow(false); from the business rules to resolve the issue