Skip to main content

#Trailhead Challenges1.508 diskutieren mit

Hands-on challenges are the “secret sauce” of Trailhead. Before searching for solutions to superbadge challenges, review the Salesforce Certification Program Agreement and Policies. ** NOTE ** : If you were able to get a response that solved your issue, please mark it as the 'Best Answer' to help other Trailblazers. If the issue persists after 48 hours, create a Trailhead Help case at https://help.salesforce.com/s/support for further assistance.

I cannot find the option "+" under Connections in agent builder > agent definition for Product Management Agent. Therefore, I'm unable to complete the instruction #2 below in trailhead. Please check screen shot attached where Connections section is empty. 

 

Connect Your Agent to Slack

Once Sofia’s agent is configured with all the subagents, actions, and guardrails for her product management use case, she establishes a connection to Slack for her agent in Salesforce. Note this isn’t checked in the challenge, but it’s a critical step to successfully deploy the agent to Slack and earn the badge.

  1. If you don’t have the explorer open to Product Management Agent, select it from Agentforce Studio.
  2. Hover over the Connections section and select +.
  3. Select Add connections.
  4. In the Slack box, select the Select button.

  

 

#Trailhead Challenges

0/9000

 "The matching field you chose (Name) is not mapped and is required for an Update and Insert operation. You need to map the required field Contact: Last Name." WHAT I'VE TRIED: 1. Downloaded the CSV file correctly (contacts_to_import.csv) 2. Selected "Accounts and Contacts" as data type 3. Selected "Add new records" import type 4. Tried selecting "Name" as matching field - wizard won't accept it 5. Tried changing to "Last Name" as matching field - same error 6. Attempted multiple times to map LNAME → Contact: Last Name 7. The dropdown shows the field but won't save the mapping 8. Created a new playground and tried again - same issue THE ERROR REPEATS: Even when I select "Contact: Last Name" and click Next, the wizard throws the same error, preventing me from proceeding.   QUESTION: Is this a known bug in the Data Import Wizard? Can you help me complete this challenge or provide a workaround? Thank you for your help!   

Hello,  I'm working on the

 

 

 

#Trailhead Challenges

2 Antworten
  1. Steven Trumble (Strum Consulting) Forum Ambassador
    7. Sept., 22:05

    In the screenshot you have shared DO NOT click the next button yet. 

     

    1) Zoom out (Ctrl + - ) - then you should be able to see a next/map button in the centre of your screen. Click that.  

    2) then click next

0/9000

I'm working through the Explore Agentforce Employee Agents on the Coral Cloud Resort project, on the "Help a Guest Out of a Soggy Situation" unit. Step 2 asks me to open the Employee Agent panel in the Coral Cloud Resorts app and select the Guest Agent, but there's no agent panel or utility bar anywhere in the app.

What I've already confirmed:

  • Agentforce is toggled On (Setup → Agentforce Studio → Agentforce Agents, the master toggle at top shows On).
  • In Agentforce Agents, Guest Agent shows Active (Customer Service Agent and General Agent are also Active; only Coral Cloud Agent is inactive).
  • I'm in the correct Coral Cloud Resorts app (tabs include Reservations, Rooms, Bookings, Cases, Guest Reviews).
  • I've hard-refreshed multiple times and viewed the app full-screen, no utility bar strip appears at the bottom of the window at all.
  • The completed the prior enablement unit and earned its 500 points, so Agentforce enablement graded successfully.

What I've tried without success:

  • Hard refresh (Cmd+Shift+R) and waiting for full load.
  • Ruling out the window being cut off, the bottom edge is fully visible, no strip is there.

My questions:

  1. Is there a permission set or user assignment the logged-in org user needs before the Employee Agent utility panel renders in the app? I'm logged in as the default admin/OrgFarm user.
  2. Is this a known provisioning issue with these Coral Cloud playgrounds, and if so, is there a fix other than getting a new org?

My org expires 9/3, so I'd prefer to fix this one rather than wait for a fresh org if possible.

Environment: Developer Edition custom playground for this badge, Lightning. 

 

#Trailhead Challenges  #Trailhead

3 Antworten
  1. 4. Sept., 15:35

    Update after trying everything: I spun up a brand-new playground and reproduced the exact same issue. 

    • Setup → Agentforce Agents: the Agentforce toggle is On, and Guest Agent shows Active.
    • Coral Cloud Resorts app (Lightning): no agent utility bar appears at the bottom, on multiple hard refreshes, full-screen.
    • App Manager → Coral Cloud Resorts → Edit → Utility Items → Add Utility Item: the ONLY option offered is "Einstein Next Best Action." There is no "Agentforce (Assistant)" or "Einstein Copilot" in the list, so I can't add the utility item.

     

    This happens on a fresh org too, so it isn't a corrupted playground. Is the Agentforce Assistant utility component actually available in these Coral Cloud badge orgs? Is there a separate enablement step that surfaces it in the Add Utility Item list? What am I missing?

0/9000

Challenge not yet complete in Predictive Models in Model Builder

In the Action element named Predict Conversion, we can't find the input ‘Lead from Get Lead Data > Annual Revenue’ in the Annual Revenue field. 

 

 

 

Display a Prediction on a Record with a Screen Flow

 

 

 

#Trailhead Challenges

2 Antworten
  1. 29. Aug., 08:35

    Hi Arpit, 

     

    This is almost always caused by one of two things — both easy to fix. Here's what to check on your Get Lead Data element (the Get Records element earlier in the flow): 

     

    1. Field selection on Get Lead Data. Open the Get Lead Data element and check how it stores fields: 

       - If it's set to "Choose fields and let Salesforce do the rest," Salesforce only makes available whatever fields you explicitly selected in that list. If Annual Revenue wasn't checked there, it simply won't exist as an output — which is exactly why it won't show up when you search for it in the Predict Conversion action's field mapping later. 

       - Fix: Open Get Lead Data, and either switch to "Automatically store all fields" (simplest), or manually add Annual Revenue to the selected fields list if you're using manual selection. 

     

    2. Data type mismatch. The Predict Conversion action's Annual Revenue input expects a specific data type (Number). If your org's Lead.AnnualRevenue field was customized, or you're mapping from a different resource with a mismatched type (e.g., Text or Currency vs Number), the picker will filter it out and it won't appear as a valid option. 

     

    Quick way to confirm which one it is: In the field mapping screen for Predict Conversion, click into the Annual Revenue input box and just type "Get Lead Data" in the search — if nothing at all comes up under that group, it's almost certainly issue #1 (the field isn't in the Get Records output). If other Get Lead Data fields show up but Annual Revenue specifically is greyed out or missing, it's issue #2 (type mismatch). 

     

    Also double check you're on the correct action — the module specifies searching for and selecting the Predicted Conversion action, named Predict Conversion, with API name exactly Predict_Conversion — worth confirming you didn't accidentally add a different/duplicate action. 

     

    Reference:

    https://trailhead.salesforce.com/content/learn/modules/predictive-outputs-from-model-builder/display-a-prediction-on-a-record-with-a-screen-flow

     

     

    Let me know what you see in Get Lead Data's field configuration — that'll confirm which fix applies.

0/9000
23 Antworten
  1. 12. März 2023, 11:55

    Hi @Smitha poojary

     

    Please ensure the following:

     

    1.  That you have completed unit 4 (Add More Options to Your Screens)

     

    2.  That the below step is complete

    In the New Bot Opp flow’s Opp Fields screen, add input validation to the Estimated_Close_Date component:

      • Error Message: You can't backdate an opportunity.
      • Formula: {!Estimated_Close_Date} >= TODAY()

    3. That your flow version is active.

     

    If this does not help, please share the screenshot, showing the completion of step 2 above.

     

    Regards,

    Kannan

0/9000
0/9000
20 Antworten
  1. 5. Aug. 2025, 18:57

    @Kaitlyn Garney

    in that case, maybe it's can help you: 

    Challenge 3

    While testing the agent, if you notice an unexpected response it's possibly because the search index for the data sources is still in progress. Follow these steps to rebuild the search index. 

    1. Open the Data Cloud app.
    2. Go to the Search Index tab. Confirm the status is Ready for the two records in the list.
    3. Go to the Data Explorer tab.
    4. Select Object as Data Model Object.
    5. Select the chunk data model object for the file (FileUDMO_SI_chunk__dlm) or knowledge article version (KA_Coral_Cloud_Experience_Age_chunk__dlm or KA_All_Records_and_Fields_Def_chunk__dlm) from the list. 

      There should be records in the table for both objects. If not, rebuild the Search Index for that data library by clicking the

      Rebuild button on the search index record from step 2. It could take up to 30 minutes or more for the status to be Ready.

    If you're unable to save the General FAQ topic after adding the Film Festival Related Answers agent action because of error: "ui.services.connection.api.ToolingConnectionException...Exception occurred in direct soap call", follow these steps:

    1. Create a new Search Index "KA_Coral_Cloud_Experience_Age".
    2. Allow some time for the Rebuild button to show on the Search Index page and then rebuild the index.
    3. When the status is ready, you can add the new retriever to the Film_Festival_Related_Answers Prompt Builder Template. 
    4. Save the agent action to General FAQ topic. 

    If you don't see the option to add a new action to a topic when overriding it, be sure to save the new version from the Topic Configuration tab and then navigate to This Topic's Actions.

    Tips

    • Depending on the size of your screen, you may need to scroll down in the Template Settings panel to be able to configure the Search Text for the retrievers.
    • Make sure you activate the prompt template after adding the retrievers to the prompt template.
    • Do not edit/unselect the "Allowed Response Language(s)" in the Response Language Settings section of configuration for this superbadge. If you've already made changes, you could run into error: "Whoops, looks like there was a problem. Please try again." To resolve the error create a new Flex Prompt Template with a unique name: Film_Festival_Related_Answers. You'll need to delete the existing prompt builder template, so make a copy of the workspace. 
    • If you encounter the "Sorry to interrupt" modal while creating the agent action from the Agent Builder, exit the modal and add the newly created action from the Asset Library. Don't forget to save the changes by navigating to the Save button in the Topic Configuration tab. 
    • If your org is missing the Default_KA_Coral_Cloud_Experience... retriever, you can use the Default_KA_All_Records_and_Fields_Def... retriever instead.

    Note: This challenge doesn't rely on the results of the conversations because background processes like Search Index could take a long time.  

     

    Sincerely, 

    Mykhailo Vdovychenko 

    Bringing Cloud Excellence with IBVCLOUD OÜ 

0/9000