Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Salesforce Flows SummaryNew to Visual Studio Code? Get it now.
Salesforce Flows Summary

Salesforce Flows Summary

Cloud UX

|
51 installs
| (0) | Free
Summarises Salesforce flows in a Salesforce project and generates a static report of flows by object and trigger type
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Salesforce Flows Summary

This extension provides a comprehensive summary of your Salesforce flows, including name, type, entry criteria, number of DML actions and a number of cautions if the parser finds evidence of potential performance issues including complex loops or potentially recursive updates.

The extension outputs its analysis in two formats - an interactive html page, and a csv file that allows for import of captured data points per flow to a spreadsheet for further analysis, reporting etc.

html output

Features

  • No access to your orgs is required. Uses downloaded project metadata.
  • No external libraries used.
  • No licenses required for software to generate the outputs.
  • Multiple output formats to support cursory review and deeper analysis.
  • Simple to use.

Installation

Visual Studio Code marketplace. Just look for 'Salesforce Flows Summary'.

Usage

The extension performs one job, and is easy to use.

First, have your flow metadata downloaded to your SFDX project.

Open the Command Palette and select the option 'Generate Salesforce Flow Summary'.

command used

Output will be saved to a new folder 'flow-analysis' that is added to the project root folder. There will be two files in the new folder - a 'flow-analysis-report.html' file, which when opened in a browser provides an interactive html page summarising the flow information, and the second file named 'flow-analysis-data.csv' which is a csv file containing the data points retrieved.

resulting output

The thought behind providing the data points generated in csv form was to provide for further analysis or documentation merges as desired.

Configuration

There isn't any configuration options available in release 1.0.0.

Requirements

Extension installed prior to use.

Release Notes

1.0.0

  • Initial release

Contributing

Feel free to send ideas for additions or improvements, or fixes. I'll try to add/fix as I can.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft