Skip to main content

I'm working on challenge 1 of the apex for agentforce superbadge. Its requesting to add the following actions:

  1. Lookup Contact by Email: This action queries the contact record based on an email address.
  2. Get Most Recent Booking by Contact: This action queries the most recent booking record before today.
  3. Lookup Experience: This action queries the experience record based on an experience name.

But these actions are not available in the org; Am I missing something? 

 

 

#Trailhead Superbadges  #Trailhead  #Agentforce

1 answer
  1. Sep 25, 9:07 PM

    Hi , 

     

     

      • For this superbadge, the two actions that may need to be added directly are Lookup Contact by Email and Lookup Experience (both have Reference Action Type = Flow)
        • When configuring the actions:
          • Keep the default Agent Action Label and Agent Action API Name
          • Keep the default Agent Action Instructions 
          • Uncheck the box for "Show loading text for this action"
          • Under "Input," check the "Require input" box
          • Under "Output," check the "Show in conversation" box
    • While creating the subagent in Legacy Builder, if you encounter a Topic Overlap Detected modal, click Ignore and move to the next step. 
    • After enabling Einstein, you may need to refresh the page before Agentforce can be enabled. 
    • Adding instructions to a subagent is important to set the guardrails for agent behavior, but isn't the main objective of this superbadge. 

    https://help.salesforce.com/s/articleView?id=005298774&type=1

0/9000