Newer Version Available

This content describes an older version of this product. View Latest

Create Flows in the Cloud Flow Designer

Cloud Flow Designer is a point-and-click tool that lets you automate business processes with flows—guided visual experiences for your users. Flows can handle complex branching logic, UI input, and even Lightning components as screen components or actions. Create flows that automate tasks your users typically do manually, like verifying a caller or wrapping up a call.
  1. Create a flow.
    The Guided Action List component displays screen flows only. The component also displays stages if you define them in a flow, so your users can see where they are in a process.

    If you want to pass the parent record ID into a flow when it’s launched from the Guided Action List component, create a flow text input variable named recordId. (The name is case-sensitive.) When an agent launches the flow from the Guided Action List, the parent record ID is automatically passed into that flow variable. Your flow can then use the parent record ID, for example, to update a field in the record.

    Note

  2. Test your flow.
    Test your flows before you activate them to make sure they’re working as expected.
  3. Activate your flow.
    Your flows must be activated so that you can use them in your process.

Example

Create a Verify Information flow for when agents verify a contact’s information. In the Cloud Flow Designer, create a screen flow with fields to verify the caller. Here’s a high-level view of what to do in the Cloud Flow Designer.
  • Add a screen with the fields: First Name, Last Name, Phone Number, Email, and Mailing Address.
  • Add a Record Lookup element that looks up the contact based on the inputs on the screen.
  • Based on the lookup results, either mark the verification as success or failure.
Here are some other examples of flows to create:
  • Create New Contact
  • New Loan
  • Check Credit Score
  • Process Loan
  • Wrap Up Call

Now that you have flows created, you can associate them with records using RecordActions.