How To

Flow Simplification: Replace Loop and Assignments with MapCollection Apex Action

I published a previous blog post called “Let’s Get With The Flow – Loop Basics.” This blog post covered putting a bunch of records in a collection, iterating through to update two fields for each record in the collection. This post will focus on the same use case and will show how in some circumstances,… Continue reading Flow Simplification: Replace Loop and Assignments with MapCollection Apex Action

How To

Super-Size Your Flow With AppExchange & Community Components (UnofficialSF) – Part II

  This is part II of a two-part blog post. Check out blog post Part I. To recap our use case… Business Use Case:  Addison Dogster is the system administrator at Universal Containers. Mary Markle is the Director of Operations. She wanted to present a call action in a modal to her reps when viewing… Continue reading Super-Size Your Flow With AppExchange & Community Components (UnofficialSF) – Part II

How To

Super-Size Your Flow With AppExchange & Community Components (UnofficialSF) – Part I

Ever work on a flow and the out-of-the-box Flow Builder just doesn’t quite meet your business requirements? But you don’t have the code skills to build flow aura or lightning web components yourself? This blog posts uses tools from the AppExchange or community built and shared screen and action components on UnofficialSF to extend the… Continue reading Super-Size Your Flow With AppExchange & Community Components (UnofficialSF) – Part I