Salesforce Dictionary — Free Salesforce GlossarySalesforce Dictionary

Flows

Automation🟢 Beginner

Definition

Flows is the main Setup page that lists all Flows in the org, including their type (Screen Flow, Record-Triggered Flow, Autolaunched Flow, etc.), status (Active, Inactive, Draft), and version history. From this page, administrators can create new Flows, activate or deactivate existing ones, and access Flow Builder.

Real-World Example

The admin at Forge Dynamics opens the Flows page in Setup and filters by "Active" status to review all 45 active Flows in the org. She notices an old Screen Flow that was replaced by a newer version and deactivates it. She then clicks "New Flow" to begin building a Record-Triggered Flow for automatically updating Account ratings.

Why Flows Matters

Flows is part of Salesforce's declarative automation toolkit, which allows administrators and developers to streamline repetitive business processes. By automating manual work, teams reduce human error, accelerate cycle times, and free up people to focus on higher-value activities that require judgment and creativity.

Salesforce has been consolidating its automation tools around Flow, making this an important area to understand. Whether you are migrating from legacy tools like Workflow Rules or building new processes from scratch, understanding Flows helps you design scalable automations that can grow with your business.

How Organizations Use Flows

  • ABC CompanyImplemented Flows to automate their lead qualification process. Instead of sales reps manually reviewing every incoming lead, the system now scores and routes leads based on firmographic data, behavior signals, and engagement history—saving each rep roughly five hours per week.
  • Globex IndustriesBuilt automations using Flows to handle their contract renewal workflow. Ninety days before expiration, the system automatically creates a renewal opportunity, notifies the account manager, and generates a draft proposal—ensuring no contract silently lapses.
  • Initech CorpUsed Flows to orchestrate their customer onboarding checklist. When a deal closes, twelve tasks are automatically created with assigned owners and staggered due dates, transforming a previously chaotic handoff into a smooth, repeatable process.

🧠 Test Your Knowledge

1. What is the main advantage of using Flows over writing Apex code?

2. When should you consider using Flows in your Salesforce org?

3. What type of Salesforce feature is Flows?

See something that could be improved?

Suggest an Edit