Updating APIs in Flow
With the Salesforce changes in Spring and Summer of '25, the API versions for Apex Classes, Apex Triggers, and Visualforce pages need to be updated to 45 and above.
If you have custom work in your org(s), you should update your Flows to the newer versions of the APIs. It’s important to upgrade your Flow API versions periodically. This update is not mandatory now, but it may become required in the future.
Reminder: You should review/upgrade Custom Flows periodically.
Upgrading your Flows
Note: Complete these steps in a sandbox environment and test them before updating production. When your sandbox updates to the latest release, it will have higher API versions than production. A Change Set cannot be created from the sandbox to production if the API versions do not match.
- Navigate to Setup and search for Flows.
- Click the Flow to update.
- Click the View Properties gear icon:
- Click Show Advanced options:
- Scroll to API Version for Running the Flow:
- Select the appropriate API version and Save the flow.
Note: Each released version of Flow includes new features and updates. Before upgrading, review the Salesforce Release Notes on Flow to determine if an API version update is necessary.
- Test the updated Flow in sandbox.
- Move the Flow to production.