Entries by Alex Edelstein

Use Salesforce Flow to Make No-Code HTTP Web Callouts

The new DataMapper package of actions provides a way to easily create web callouts and powerful new data mapping solution that allows data to be extracted easily from JSON text. This post introduces the Make HTTP Action that is included in DataMapper. Easy HTTP Calls We’re going to start by retrieving exchange rates via an […]

Use DataMapper to Convert Web JSON to Salesforce Flow Objects

The DataMapper package provides two Flow Actions that can be combined in different ways to achieve powerful transformations between Salesforce objects and JSON. We’ll demonstrate this using the JSON created in the example in the Make HTTP Call. In that example, a call is made to a foreign exchange web service and it returns the […]

From Ralph Braun: Using the ‘Edit Quip Document’ Action

The Quip team has provided some powerful Flow Actions that allow flow to drive the creation of new Quip documents from Quip templates. Ralph Braun’s new wiki page builds out the Quip section of the UnofficialSF wiki: Keep in mind that EVERYONE is invited to create new wiki articles and submit edits to existing ones. […]

From Vincent Finet: Analyze your Org with OrgCheck

OrgCheck is an easy-to-install and easy-to-use Salesforce application in order to quickly analyze your org and its technical debt. Flow users, note that some of what it reports on relates to your existing automations. Website: https://sfdc.co/OrgCheckLinkedIn: https://www.linkedin.com/company/sf-orgcheck How does it work? You install this application directly in the org you want to analyse (sandbox or […]

Developer Note: Flow Screen Components Are Gradually Getting Treated More Strictly When It Comes to Change Event Dispatch

As of this writing, in Summer ’21, there’s a behind-the-scenes transformation starting to happen to the Flow Runtime. This is the javascript component that gets loaded when a screen needs to be rendered in a screen flow. The Flow Runtime is also the ‘Flow’ component that shows up in the palette of App Builder. Although […]