A subflow is an autolaunched flow or a screen flow, which is referenced by another flow (called the parent flow) and calls the subflow at its runtime. Use the subflow’s input and output assignments to […]
Salesforce Flow Best Practices
Never Perform DML Statements in Loops Never ever perform a DML Statement inside of a Loop. This means don’t use a repetitive Get/Update/Create, or Delete inside of a Loop. This is so that your risk […]