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 […]
Types of Flows in Salesforce
In Salesforce, there are five types of flows: Screen Flows, Record-Triggered Flows, Schedule-Triggered Flows, Platform Event-Triggered Flows, and Autolaunched Flows, each serving different purposes and triggered by various events or contexts. Here’s a breakdown of […]