Skip to main content
+2,000 points
Superbadge

Flow Interactions Superbadge Unit

Design and enhance flows with relationships to other automations and existing flows.

~1 hr

Flow Interactions Superbadge Unit

What You'll Be Doing to Earn This Superbadge

  1. Build a flow that supports multiple ways to submit a record for approval.
  2. Build a flow that implements lead assignment rules.

Concepts Tested in This Superbadge

  • Flow interactions with approval processes
  • Flow interactions with assignment rules
  • Flow interactions with custom metadata

Prework and Notes

Sign Up for a Developer Edition Org with Special Configuration

To complete this superbadge unit, you need a special Developer Edition org that contains special configuration and sample data. Note that this Developer Edition org is designed to work with the challenges in this superbadge unit.

  1. Sign up for a free Developer Edition org with special configuration.

  2. Fill out the form. For Email address, enter an active email address.

  3. After you fill out the form, click Sign me up.
  4. When you receive the activation email (this might take a few minutes), open it and click Verify Account.

  5. Complete your registration by setting your password and challenge question. Tip: Save your username, password, and login URL in a secure place—such as a password manager—for easy access later.

  6. You are logged in to your superbadge Developer Edition org.

Now, connect your new Developer Edition org to Trailhead.

  1. Make sure you’re logged in to your Trailhead account.

  2. In the Challenge section at the bottom of this page, select Connect Org from the picklist.

  3. On the login screen, enter the username and password for the Developer Edition org you just set up.

  4. On the Allow Access? page, click Allow.

  5. On the Want to connect this org for hands-on challenges? page, click Yes! Save it. You are redirected back to the Challenge page and ready to use your new Developer Edition org to earn this superbadge.

  6. Now that you have a Salesforce org with special configuration for this superbadge unit, you’re good to go.

Tips

  • Enter all labels exactly as described in the instructions. Labels are case-sensitive and spelling counts.

  • When possible, copy and paste the label names from superbadge instructions instead of typing them.

  • If label or API names are not specified, you can use any name you choose.

  • Superbadge units focus on very specific objectives; some best practices or typical approaches might not be required in the challenges. For example, activating a flow is an important step; activation is specifically included in the Flow Administration Superbadge Unit. It may not be required to pass the challenge unless specified.

  • Use the Automatically store all fields option in the Get Record elements.

  • Make sure you save your work before running the challenge check.

  • Build your solution according to the requirements; adding more actions or steps can cause challenge checks to fail.

  • We recommend following best practices and always including descriptions for flow elements. However, we’re not checking for element descriptions in this superbadge unit.


Note

Note

Before you begin the challenges, review Flow Management Specialist Superbadge: Trailhead Challenge Help. Check out the accessibility section to learn more about screen reader and keyboard accessibility within Flow Builder.

This superbadge unit is part of the Flow Management Specialist Superbadge. Complete the capstone assessment and related superbadge units to receive the Flow Management Specialist Superbadge.

If you’ve completed any of the superbadge units in the Flow Management Specialist Superbadge, you can use the same Developer Edition org to complete the challenges in this superbadge unit. If not, make sure you’re using a new Developer Edition org from this sign-up link. If you use an org that’s been used for other work, you won’t pass the challenges in this superbadge unit.

Review Superbadge Challenge Help for information about the Salesforce Certification Program and Superbadge Code of Conduct.

Use Case

As the Salesforce admin for Main Stage Analytics, you’ve reviewed and improved several flows already. Continue reviewing user requests for assistance and enhancing existing flows to support better user experience.

Business Requirements

Flow Interactions with Approval Processes

Case 5612: The sales team leadership wants to review every deal with a discount over 15%. Some team members want to manually submit their deals for approval early in the sales process, which they can do by using the Submit for Approval button on an opportunity record. Records that have been approved have the field Approved (API Name Approved__c) set to True.

Not everyone manually submits their opportunities for approval, so your task is to automate high-discount opportunity review. Create a new record-triggered flow named Discount Approval Request. Include the following requirements in the Custom Condition Logic for the Set Entry Conditions in the Start element.

Note: For the purpose of this challenge, do not use the NOT operator in the Custom Condition Logic.

  1. The automation should fire on opportunity records with Stage set to Negotiation/Review and a discount over 15%.
  2. In addition, the flow should select opportunities that weren’t already approved, or deals where the discount has changed.

This subset of records should enter the existing approval process Discount_Approval. Be sure to activate the flow.

Flow Interactions with Assignment Rules and Custom Metadata

Case 5623: The sales team is having trouble properly assigning leads across queues. The team wants to automatically assign leads to one of two queues based on the lead’s country. The following configuration already exists in the org:

  • A custom field called Region (API Name Lead.Region__c)
  • Two queues representing the two regions:
    • Sales EMEA (API Name Sales_EMEA)
    • Sales APAC (API Name Sales_APAC)
  • A custom metadata type called Region (API Name Region__mdt) with two fields, APAC and EMEA
  • A lead assignment rule Region Assignment that will assign leads to either queue based on the lead’s region

Create a record-triggered flow called Set Lead Region to set the lead record’s Region based on the lead’s Country field (API Name Country) by referencing the custom metadata type. The flow should evaluate leads with a country value when they are created or updated, and leads should be re-evaluated if the country value changes. Use the following logic for the entry criteria: 1 AND (2 OR 3) where

  1. Country is not an empty string.
  2. ID is null.
  3. Country is changed.

Refer to the following requirements for the automation.

  • Retrieve the Region custom metadata, which associates the following countries with a respective region.
    • EMEA: ZM, GB, AE, ES
    • APAC: AU, NZ, JP, KR
  • Determine whether the lead’s country is included in the EMEA or APAC region.
  • Don’t update the lead record if the lead’s country isn’t one of the countries included in either region.
  • Update the lead record’s Region field with EMEA or APAC values.

Save and then activate the flow. The existing Lead Assignment Rule called Region Assignment will assign leads to the respective queue. To test your work, confirm that the assignment rule can reference the updated Region value on a new lead.

Note: The requirements in this superbadge unit are staged to test your flow interaction skills. The configuration required isn’t intended as any representation of a territory management model that would satisfy any operational requirement.

Flow Interactions with Other Flows

Case 5641: The Sales EMEA and Sales APAC teams have had separate Salesforce admins in the past. These different business processes have been supported with different automations to set the rating of new leads. The teams have reported that leads are updating with the wrong rating. Given existing external factors, the flows can’t be combined into one. Adjust the Sales EMEA Lead Rating and Sales APAC Lead Rating flows so that each automation runs only based on its region. Do not consolidate the flows.

Ready to Tackle This Superbadge?

Please first complete the prerequisites and the challenge for Flow Interactions Superbadge Unit will be unlocked.

~1 hr