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?
Tag: Lightning Flow
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…
Before Delete Flow in Winter 21
Before Delete Flow in Winter 21 are great addition. But this is the not only enhancement which we got in Winter 21. If you still have not checked the Salesforce Winter 21 release notes, you can check here. This release includes many feature related to Flow including Before Delete Flow, New Multi-Screen components, Auto layout…
Salesforce Winter 21 Release Notes : Quick Overview
Salesforce Winter 21 Release Notes is here with some cool and exciting features. With this release our current API version is 50. So today we will take a quick overview of Salesforce Winter 21 Release Notes. Points related to Salesforce Admin Multi-Factor Authentication: Safeguard Account Access In the current remote work culture it is required…
Clone Record in Bulk Using Flow
Flow is something which I mostly ignored till now, recently I created few flow in my project and found them very interesting and easy to develop to handle even complex functionality. So I thought to try my hands on Flow to develop some simple components which will be helpful in daily use.One of such requirement…
Lightning Web Components in Lightning Flow
With Salesforce Winter 20 release we can now use Lightning Web Components in Lightning Flow. Previously we can use Lightning Components in Lightning Flow but now world is moving towards Lightning Web Component so today I will share how we can use Lightning Web Components (LWC) in Lightning Flow. For the demo purpose I will…