Hi! 😀 The OOTB functionality in Lightning Flow Builder doesn't allow us to upsert records. Typically, you will not finding yourself using this action much. However, if use flows to integrate data with external systems or have an external system calling your flows via REST API, this action can prove to be useful as it … Continue reading Flow Apex Action: Upsert Records
Month: Jun 2021
Webhook2Flow Framework
This one has been on my drafts list since a very long time and I'm glad it's finally out! Timing is a bit off though since Jack Pond also introduced his own version of something similar on Unofficialsf.com. Webhook2Flow framework is a very light weight set up that will allow you to receive and handle … Continue reading Webhook2Flow Framework
Before Save flows and Validation Rules
To handle complex validations, for a long long time, we have been using Apex(mostly) and that's only because there was no better substitute. However, with the introduction of Before save flows and the addition of sweet error handling and surfacing(last to last release I guess) you can get rid of lot of Apex(mostly, before create … Continue reading Before Save flows and Validation Rules