Skip to main content

#Trailhead Challenges1.680 discutindo

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.

Hello guys, 

 

I have the below query in the "High Value Customers" workspace but still cannot accomplish the challange. Any hint what I might doing wrong here please? Many thanks!  

 

SELECT

individual.ssot__FirstName__c

FROM

ssot__individual__dlm as individual

INNER JOIN

ssot__Account__dlm as account

ON

individual.ssot__PrimaryAccountId__c = account.ssot__Id__c

WHERE

account.ssot__AnnualRevenueAmount__c > 500000000

#Trailhead Challenges  #Data Cloud  #SQL Queries Topic  #Sql Queries  #Query Editor

3 respostas
  1. Hoje, 20:56

    Just removed AS in aliases and completed the module :)  

     

    SELECT

    individual.ssot__FirstName__c

    FROM

    ssot__individual__dlm individual

    INNER JOIN

    ssot__Account__dlm account

    ON

    individual.ssot__PrimaryAccountId__c = account.ssot__Id__c

    WHERE

    account.ssot__AnnualRevenueAmount__c > 500000000

0/9000

Unable to get around this trailhead module. What is the prework required for this module? Automate Your Business Process

 

 

 

 

 

#Trailhead Challenges

3 respostas
0/9000
2 respostas
0/9000

unable to Preview Agent as getting the error '@actions' cannot be used as a reference. This namespace is scoped to its parent block and is not directly referenceable 

 

#Trailhead Challenges

1 resposta
  1. Hoje, 20:04

    Hi @Jennifer Dick

    -  Open the Agentforce Builder, go to your Topics, and select This Topic's Actions. Ensure that your Flow or Prompt Action has both the required inputs checked and the outputs checked to Show in conversation.  

     

    While in your Agent Preview window, perform a hard refresh (Ctrl + Shift + R on Windows or Cmd + Shift + R on Mac) to ensure all permission assignments are loaded 

0/9000

I am receiving below error while trying to complete  Agentblazer Innovator 2026. Can anyone help. I can see that my mail id is activated and having profile as system administrator 

 

Review the errors on this page.

  • We can’t send your email because your email address domain isn’t verified. Ask your Salesforce admin for help.

  

 

#Salesforce Admin  #Trailhead Challenges

2 respostas
0/9000
1 resposta
  1. Hoje, 19:42

    Hi @A Jagadeeswari - Use Agentforce Topic + Agent Action + Flow.

    1.  Create queues in Salesforce, for example: 

       Billing Queue 

       Technical Support Queue 

       Sales Queue 

    2.  Create an autolaunched Flow with input variable: 

       customerIntent

    3.  In the Flow, use a Decision: 

       If intent = Billing, update Case Owner to Billing Queue 

       If intent = Technical Support, update Case Owner to Support Queue 

       If intent = Sales, update Case Owner to Sales Queue 

    4.  Add this Flow as an Agent Action in Agentforce. 
    5.  In the Agentforce topic instructions, mention: 

       “Identify the customer intent and call the routing action with the correct intent value.” 

    Best practice: store intent-to-queue mapping in Custom Metadata, not hardcoded Queue Ids.

    For chat/messaging routing, use Omni-Channel. For Case/Lead routing, Flow updating OwnerId to Queue is enough.

0/9000

how can i fix this issue. i think i have all the steps correctly. what may have gone wrong?  

agentforce service assistant

 

 

 

#Trailhead Challenges

4 respostas
  1. Hoje, 19:27

    I'm facing the same issue. I've tried all the steps suggested in this thread. What should I be doing? How did it get resolved for the rest of you?  

    I'm facing the same issue. I've tried all the steps suggested in this thread. What should I be doing? How did it get resolved for the rest of you?

     

     

0/9000

Hello, i must have missed a detail to resolve this exercise as i can't find the solution of thus error message : In the 'Chatter Post to Account Owner' element, we can’t find the message set to use the 'ChatterMessage' text template. Many thanks for your support 

 

#Trailhead Challenges

10 respostas
  1. Hoje, 19:22

    Thanks Keiji for your support ! After tweaking 2 parts of the flow chart, here would be the suggested resolution of the error message (re.tittle):

    1/ Post To Chatter => Message : select ChaterMessage

    + Target Name or ID: select the Triggering Lead> Lead ID

    2/Emai Lead Routing => Record ID : select Triggering Lead > Lead ID

    Hope this helps .

0/9000

I'm trying to complete the challenge requirements of Set Up Mobile-First Login and Sign-Up by signing up a Sarah as a new user but I haven't received the email with the verification code. I've tried 2 different email addresses and haven't gotten anything. Do I need to create Sarah as a Contact and then access the site as her? I don't think I need to modify the apex code.    

11 respostas
  1. Hoje, 19:17

    In my case, when trying to sign up as "Sarah," I was getting an onscreen error message: "We can't verify your email address at this time. Please try again later."  I noticed when I looked at the Emails page in Administration for the NTO Customers site I created, this warning was at the top of the page, "One or more features on this page send email from Salesforce. Email delivery fails for unverified domains. Verify your email domains or enable your substitute email-sending domain."  To be clear, my Sender Email Address had been verified, but the issue appeared to be the email domain

    .  The solution in my case was to do the following: 

     

    1. Go to Setup
    2. Search for Deliverability
    3. Open Deliverability
    4. Enable Use a substitute email address for unverified domains
    5. Click Save

    After I made these changes, I could successfully sign up as Sarah.  I subsequently received a "Verify your new account in NTO Customers" email in my personal email that included a verification code I could enter back in the playground to conclude the registration/authentication.

0/9000
Hi Everyone,

 

I am currently taking the "Prepare for Your Salesforce Administrator Credential" trail and came across an issue.

 

In one of the steps in the exercise (Customize a Salesforce--> Object Create Validation Rules), a formula is given to use to generate a validation.

 

[Enter this formula in the Error Condition Formula box:

 

ISPICKVAL( StageName ,"Closed Lost") && ISBLANK( Close_Reason__c )]

 

However, when I use this formula and check Syntax, it throws an error saying "Error: Field Close_Reason__c is a picklist field. Picklist fields are only supported in certain functions.". I removed this error by using function TEXT surrounding the picklist Close_Reason__c but the system is not accepting that formula and not allowing me to complete the chapter.

 

Has anyone else faced this issue? How to fix and complete this exercise?
22 respostas
  1. 5 de ago. de 2025, 14:03

    Step not yet complete in My Trailhead Playground 1

    An unexpected error occurred while inserting Opportunity records and we couldn't check your work. Make sure Opportunity records can be inserted in this org, and click "Check Challenge" again. If this continues, contact the Trailhead Help team. 

     

0/9000