As the Salesforce Winter ’24 release is live. In the last post we covered the Winter ’24 release. Today we will cover release updates related to Salesforce Winter ’24 Flow points. Build Screen Flows with Reactive Components (Generally Available) We can now build flows with reactive flow screen components. We can configure components to react…
Category: Flow
Salesforce Summer ’23 Flow Overview
So this time of the year and Salesforce has announced Summer ’23 release plan. As pre-release orgs are live so I did a quick scan and found few updates related to Salesforce flow. So today we will check some of the updates which I found in the latest Summer ’23 release related to Salesforce flow….
Salesforce Spring ’23 Flow Updates
Salesforce Spring ’23 Release is here. You can take a quick look in the release updates here. While the post cover points related to Admin and Developer both, We will hit the limit the if we include flow in that :p. As flow is major focus area in recent releases. So today we will check…
Salesforce Winter’23 Flow Updates
Salesforce Winter’23 Release is here. You can take a quick look in the release updates here. While the post cover points related to Admin and Developer both, We will hit the limit the if we include flow in that :p. As flow its major focus area in recent releases. So today we will check some…
Salesforce Summer’22 Flow Updates
Salesforce Summer’22 Release is here. You can take a quick look in the release updates here. While the post cover points related to Admin and Developer both, I think Flow needs a separate post. As you can say its major focus area in recent releases. So today we will check some of the highlighted related…
Salesforce Summer ’21 : Flow Overview
As Salesforce Summer ’21 Release is approaching, so today we will take a quick sneak peak of Salesforce flow. You can also check Quick Overview of Salesforce Summer ’21 Release Notes here. This list is based on the difference which I found in Flow. I will cover all points one by one. Collection Sort This…
Pass Old Values From Flow To Apex
How we can call Apex from Flow? How we can pass Generic sObject From Flow To Apex? How to pass Old Values From Flow To Apex After Spring 21?
Get Old Values in Record Triggered Flow
Get Old Values in Record Triggered Flow from Salesforce Spring 21 Release. Get the old records data in Salesforce Lightning Flow.
Multi Column Screen Flow
Multi Column Screen Flow in now in Beta in Salesforce Spring 21 Release. Check how we can setup Lightning Flow for multi columns.
Upload File to Google Drive Using Flow and Named Credentials
In this post, we will check how we can Upload File to Google Drive Using Flow and Named Credentials. In our previous post we have upload using oAuth 2.0 flow. But this flow break when we use that component on record detail page during authentication, as Salesforce remove parameters from URL in record details page.So…