Salesforce

How To Empty A Collection Variable in Salesforce Flow

Let’s talk Salesforce collection variables, those handy flow resources that let you store items in a list (eg, records, numbers, text, etc.). Although it’s more likely you’ll simply want to add things to a collection variable (especially in a loop), once in a blue moon you may find that you actually need to empty one (clear everything out) so it can be used again.

How To Empty A Collection Variable in Salesforce Flow Read More »

Bulkify your Salesforce Flow in 3 simple steps.

Salesforce: Bulkify Your Flow in 3 Simple Steps

If you’re reading this, it’s probably because somebody told you to bulkify your flow. And you were like, “wut?” So, what does “bulkify” (or “bulkification”) even mean? The terms themselves are not unique to flows. They actually derive from Apex, the Salesforce coding language. In short, bulkification refers to designing your flow (or code) in

Salesforce: Bulkify Your Flow in 3 Simple Steps Read More »