Skip to main content
New tool CRON Expression Builder — preview next run times before you schedule Apex. Open the builder →
A visual representation of the new features in the Salesforce Spring '26 Flow release for developers.
Flow

Salesforce Spring '26 Flow: Top New Features and Updates

Salesforce Spring '26 Flow brings some genuinely practical changes to how we build automation. I have been reading the pre-release notes, and the screen styling and file handling updates are the ones worth your time.

I've been digging into the pre-release notes, and Salesforce Spring '26 Flow brings some practical changes to our automation toolkit. Several of these updates change how you build screens and handle files without reaching for Apex code.

What's new in Salesforce Spring '26 Flow?

One of the first things you'll notice is the new Message Screen Component. We've all hacked together a red display text component just to show a simple error message. Now we can show inline alerts for Info, Error, Warning, or Success states directly in the UI. The catch is that it currently only supports plain text, so it's a good start for guiding users, but don't expect to build complex rich-text layouts in it just yet.

If you're managing massive automations, the canvas itself is getting a much-needed facelift. You can now expand or collapse Decision and Loop elements. This is a life-saver for those complex flows that look like a bowl of spaghetti, and it makes troubleshooting a lot cleaner when you can hide the logic branches you aren't working on. Moving around the canvas is smoother now too, whether you use a trackpad, mouse wheel, or the arrow keys.

Styling is another area where we're finally getting some control. You can now set background colors, border radius, and even custom button styles for hover and active states. Honestly, I think the styling options are the sleeper hit here. It means we can finally make a screen flow look like it belongs in the company portal instead of looking like a generic popup.

A view of the Salesforce Flow Builder interface showing new screen styling options for custom colors, border radius, and button states.

The Flow Builder interface showing the new screen styling options for custom colors, border radius, and button states.

Planning your move to Salesforce Spring '26 Flow

For the developers out there, one of the best parts of the Salesforce Spring '26 Flow update is the native support for ContentDocument and ContentVersion. In my experience, file-related automation has always been a pain because you usually needed an Apex trigger to catch when a file was uploaded or deleted. Now you can trigger a flow directly when these records change, which keeps your org's logic in one place.

We're also seeing a new read-only Kanban Screen Component. It lets you show up to five fields in a visual board format. You can't drag and drop cards yet, but it's good for giving users a quick status summary. If you want to see how this fits with the other big updates, check out our breakdown of the new Flow Kanban and file triggers.

Experience Cloud users get the new Multi-page Experience Flow type, designed to split long forms into multiple pages, which reduces the cognitive load on your users. If they need to see what they're uploading, you can now use the File Preview component, and if you're working with multiple files you can put that preview inside a Repeater. I've seen teams use this for insurance claims or expense reports where previewing files directly in a screen saves the user from opening ten different tabs.

One thing that trips people up is the new Flow logging. It uses Data 360 and is great for observability, but it consumes Data Cloud credits. Before you flip the switch on everything, check your credit balance or you might get a surprise bill.

Small wins for daily work

Debugging in Salesforce Spring '26 Flow just got a little less annoying. The debug panel now remembers your input values even if you close the panel or run it again, so no more re-typing the same Record ID fifty times while you're testing a fix. We've also got a new LWR-based file upload component, which is essential if you're building modern sites on the Lightning Web Runtime.

If you're looking for a way to manage all these new automations, the Automation Lightning app is still the best place to keep an eye on your performance and logs. It's becoming the central hub for our automation work.

Key takeaways

  • Use the Message Component. Stop using Display Text for simple alerts and switch to the new native component for better UI consistency.
  • Clean up your triggers. Look for Apex triggers on ContentDocument and see if you can migrate them to record-triggered flows.
  • Watch your credits. Monitor Data Cloud usage if you enable the new Data 360 logging for your flows.
  • Test the UI components. Try out the Kanban and File Preview components in a sandbox before you roll them out to users.

Start by spinning up a Spring '26 pre-release org. Don't just read the notes: get in there and try to break the new styling and file triggers. The more we can move away from custom Apex for basic file handling and UI tweaks, the easier our orgs will be to maintain in the long run. Focus on the features that solve your biggest user complaints first, especially around screen navigation and file visibility.

Newsletter

One email every Tuesday

New guides, tool updates, and the release-note changes that break things.

No spam. Unsubscribe in one click.

Comments

Loading comments...

Leave a Comment