Migration Strategy: Process Builder & WFRs to Flows

Hi, As you may all know, with the upcoming release Spring '22, Salesforce is introducing 'Migrate to Flow' tool (in beta) to help you migrate your existing workflow rules to Flows. And Process Builder Migration tool is also on the roadmap for Summer '22 (safe harbor). Even with the given set of tools, migrating all … Continue reading Migration Strategy: Process Builder & WFRs to Flows

Flow Automation Strategy: One Flow per SObject per context or Multiple Flows?

Ever since Salesforce announced the Record Triggered flows, to answer "Should I have multiple flows per SObject or one flow per SObject per context?" has been quite a pickle for a lot of folks. But Spring '22 is here to answer! If you had asked me before Spring '22, I would've recommended to go with … Continue reading Flow Automation Strategy: One Flow per SObject per context or Multiple Flows?

Process builder and Workflow rules will be retired! What does that mean?

Countdown has begun! I'm sure you must have already heard by now that Salesforce, at Dreamforce '21, has announced to deprecate/retire Process Builder and Workflow rules by 2023(Winter '23). This was announced at the True to the core session. You can watch(I think) the session on Salesforce+. Now, you may already have a lot of … Continue reading Process builder and Workflow rules will be retired! What does that mean?

Why Before Save flows are 10x faster than Process Builder?

I'd assume a fair amount of experienced folks may already know the answer to this. However, for those who're relatively new in the ecosystem and a budding #flownatic, this might be of some interest to you. Also, given the fact that you'll be most likely building a lot of flows going forward, it becomes important … Continue reading Why Before Save flows are 10x faster than Process Builder?

Navigate to Flow Screens Dynamically with Custom Navigation Buttons

I recently came across a very interesting use case(thanks to Sarah Khalid). Imagine you have a flow screen with a bunch of custom navigation buttons that take you to the next flow screen when clicked. But what if you want to navigate to different screens based on the button you clicked? NOTE: One way to … Continue reading Navigate to Flow Screens Dynamically with Custom Navigation Buttons