Entries by Alex Edelstein

From Ragan Walker and CapTech: Easy Deduping with the new ‘Extract Strings from Collection’ Action

CapTech has been on fire lately with their contributions to the community, most notably with their extremely feature rich CSV Exporter. In the latest Collection Actions v1.17, they’ve upgraded Extract Strings from Collections by adding an optional Dedupe capability, as well as the following enhancements: Supports extracting + deduping of multi-select picklist fields Returns a […]

Convert Multiselect String Output to a String Collection

Multiselect fields output choices in a semi-colon delimited sting: apples;oranges;strawberries Flows often need these strings to be converted into a collection of strings that can be looped over or passed to an action. The new ConvertToStringCollection builds on the previous ConvertCSVToStringCollection. It lets you pass in a delimiter (a fancy word for “the character that’s […]

Get Field Information- Get Fields for an Object

Get Field Information is a simple action that takes the name of an object (e.g. ‘Contact’) and returns information about all of its fields in a collection, including name, label, type, required. The data is returned in a collection of a custom datatype called a FieldDescriptor that can be manipulated declaratively in Flow. That means […]

Get Great Multiselect with Dual List Box 2.0

We have a substantial update to the Dual List Box component. It is an enhanced version with custom property editor and requires a Summer ’20 org. The custom property editor make it easier to configure and highlights the four different types of data sources you can use: Check it out here.

Get Information About A Flow with GetFlowMetadata

The Automation Components repo that was published last week features a useful action that I don’t think I ever created a blog post for. GetFlowMetadata (what’s it’s called in the Automation Components repo) provides metadata about a Flow. Just provide it with a name OR a recordId and it returns: Install Install this from the […]