Howdy folks! 😀 UPDATE: Feb 2022 I built a new(and better version of this component). I'd recommend you to use the new one. In winter'19 release, the awesome flow product team released a flow screen component to support dependent picklist in flows. But sadly, this component didn't support picklist value selection based on the record … Continue reading Flow Screen Component: Dependent Picklists with RecordType and MultiSelect Picklist support
Month: Jun 2019
Manual Sharing in Lightning Experience: Easy Fix!
Hi! 😀 Today we are going to discuss an easy workaround for Manual sharing in Lightning Experience. We can also set up Manual sharing in Lightning using Flows. This solution is a bit more simpler than the flow based solution but doesn't offer much flexibility. So let's roll! When sharing a record manually in Salesforce … Continue reading Manual Sharing in Lightning Experience: Easy Fix!
Salesforce and Paypal Integration: OAuth Authentication
Hi! 😀 I was recently working on something which involved integration between Salesforce and Paypal, and found myself stuck during the implementation of the same. And to my surprise, when I was searching the web I couldn't find any posts or solution for my problem. But eventually I figured it out, and thought of posting … Continue reading Salesforce and Paypal Integration: OAuth Authentication
How to run a loop N times in a Flow?
Hola! 😀 Lately, I have been seeing this question a lot. So I thought why not have it as a post which can be referred by anyone anytime. So first, I would like to tell you that in order to create a loop in a flow, you don't really need to use a Loop element … Continue reading How to run a loop N times in a Flow?