Flow Components

  • Redirect a screen flow automatically to a record or link
  • Redirect a screen flow with a button click
  • On page button to run a flow
  • Enhanced Run Flow component
  • Lock a record
  • Unlock a record
  • Show a locked record notification
  • Query available Record Types for User and default Record Type
  • Query Records by List of Ids in Flow
  • Run a Flow through a regular button in Lightning Runtime
  • Select records in a related list/list view and send to Flow

Documentation

Query Records by List of Ids in Flow

One of the big asks for Flow is to be able to have the ability to get Records where the Id is IN a list of Ids. There is an idea on the idea exchange which, at the time of writing this post, has 6,330 points. This is a hot request as many times in…

Keep reading

Run Flow Button Updates – Winter ’21

With the Winter ’21 Flow Components update, the Run Flow button is now available from: Home Screen When redirecting from a community button to a record, the URL structure for communities is different than lightning or classic. To redirect in communities, redirect to a URL and ensure that you start the URL with “/detail/” followed…

Keep reading

Call Flow in Lightning Runtime through a URL

Calling a Flow from a button through a URL link has been something that has been available in Salesforce for a while now. Using the URL runs the Flow in classic mode, but you can extend to Lightning through Enabling Lightning Runtime for Flows. This, however, does not work with the Lightning Navigation Service, and…

Keep reading

Related List Button to Send Records to Flow

With the Winter 21 release we have added the capability to select records in a related list and send the records to Flow!  This is a big enhancement that we think many will find great uses for.  There are a few pieces of setup.  To help with understanding of how this works, we’re gong to…

Keep reading

Flow Components – Winter ’21

There are a few new exciting things coming to Flow Components in our Winter ’21 release! We’ve created a lightning component which allows you to call a flow via a URL, which means that you can use this with Lightning Runtime. Additionally, it works with related lists in records where you can select multiple records…

Keep reading

Flow Components – Spring ’20 Release

We’re excited to announce our latest update to Flow Components with the Spring ’20 release. We’ve added a few new features to improve your experience. Unlock Records In System Mode Allow a User to Unlock a record in System Mode with the updated Unlock Record Flow Action. Refresh The Run Flow Button The Run Flow…

Keep reading

Flow Components – Redirect Flow – Record Id and URL

Flow Components has two options for you to redirect your Flow, you can either redirect your Flow to a new record or you can redirect your Flow to a URL. There are two Actions available in Flow, Redirect Flow – Record Id and Redirect Flow – URL. When you drag an Action interaction into the…

Keep reading

Flow Components – Run Flow Button

Flow Components has the ability to use a Lightning Component to launch a Flow through the click of a button. Launching a Flow through a button prevents the Flow from auto running when a record is loaded. Using Lightning App Builder, you can find the Run Flow Button Lightning Component in the Custom – Managed…

Keep reading

Flow Components – Unlock Record

Flow Components come with the ability to unlock a record through a Flow Action. There are two inputs to the Unlock Record Action. The first is the Unlock Record Id, or the Id of the record that you would like to unlock. The second is System Unlock which is a Boolean of True or False,…

Keep reading