Skip to main content

#Trailhead Support61 discussing

Hi everyone,

I'm working on the Use Advanced SQL Techniques challenge in the Data 360 module and I'm stuck on the final challenge validation.

Module: 

https://trailhead.salesforce.com/content/learn/modules/data-exploration-with-data-360-sql-queries/use-advanced-sql-techniques?trail_id=data-360-develop-and-build-solutions&journey=data-360

The challenge asks us to create a complex Data 360 SQL query using a CTE (account_risk) and a subquery, then join Accounts, Individuals, and Contact Point Email records.

I tried the following approach:

WITH account_risk AS (

SELECT

account."ssot__Id__c",

account."ssot__Name__c"

FROM "ssot__Account__dlm" account

WHERE EXISTS (

SELECT 1

FROM "ssot__Opportunity__dlm" opportunity

WHERE opportunity.<account_field> = account."ssot__Id__c"

AND opportunity."ssot__IsClosed__c" = 'false'

AND opportunity."ssot__Probability__c" <= 50

)

)

SELECT

individual."ssot__FirstName__c",

individual."ssot__LastName__c",

email."ssot__EmailAddress__c",

risk."ssot__Name__c"

FROM account_risk risk

INNER JOIN "ssot__Individual__dlm" individual

ON risk."ssot__Id__c" = individual."ssot__PrimaryAccountId__c"

INNER JOIN "ssot__ContactPointEmail__dlm" email

ON individual."ssot__Id__c" = email."ssot__PartyId__c"

The query runs, but the challenge validator returns:

Has anyone completed this challenge recently and can confirm:

  1. Which Opportunity-to-Account field should be used?
  2. Whether ssot__IsClosed__c should be compared as a text value or boolean?
  3. If the validator requires a specific join order or exact field names beyond what's listed in the instructions?

Any guidance would be appreciated. Thanks! 

 

#Trailhead Challenges  #Trailhead  #Agentforce  #Salesforce Developer  #Salesforce  #TrailblazerCommunity  #Tableau Cloud  #Tableau Public  #Data Cloud  #Trailhead Support

2 comments
  1. Yesterday, 6:28 PM

    A big thank you to @Shivam Srivastava for helping me resolve an issue I was facing with the "Use Advanced SQL Techniques" challenge in the Data 360 module.

    I was stuck on the final challenge validation and couldn't figure out what was causing the problem. Shivam took the time to guide me through the issue and helped me get it resolved successfully.

    Really appreciate your support, expertise, and willingness to help the Trailblazer community. Thank you, Shivam! 🙌 

     

     

     

0/9000
10 answers
0/9000

Hi everyone, 

 

After an exam revocation on October 3, 2025 , my Trailhead account now only shows the "Test Center" option for every certification. The online proctored option is completely missing. 

 

I opened a support case, but it was closed with no fix. Has anyone experienced this? How can I get the online proctoring option restored? 

 

I rely on online exams due to location constraints. Any advice or escalation contacts would be greatly appreciated. 

 

Thanks, 

Sachin 

 

#Trailhead  #Certifications  #TrailblazerCommunity  #Trailhead Support  #TrailblazerCommunityHelp

2 answers
  1. Jun 4, 9:51 AM

    You are right as option is not available in few countries and few certifications. Re-Open the case and request them to provide the online option.

0/9000

I’m currently working on the “Use Employee Agents to Get Work Done” module and trying to sign up for the required Coral Cloud Resorts Developer Edition org using the special link provided in the module.

 

However, I am not receiving the verification email after submitting the signup form.

  

#Trailhead Challenges

  

 

#Trailhead Support

1 answer
  1. Jun 3, 12:10 PM

    Hello  @Swapan Swaroop

    A few things you can try:

    • Check your spam, junk, and promotions folders for the verification email. 
    • Wait for some time, as the verification email can occasionally be delayed.
    • Or Wait 24-48 hours and try again
0/9000

Getting Challenge not yet complete in Agentforce Builder Org

Whoops, looks like there was a problem. Please try again. Tried with 2 different orgs, same error. 

Build a Service Agent with Agentforce Builder Tools

  

Everything in the org looks good. Agent preview works as expected. Community site published and the agent there works as expected. 

 

Update (April 30, 2026. 9AM EST): Salesforce trailhead support team mentioned they are aware of the issue and is working on fixing it on the case I created. Looks like we just have to wait for it to be fixed. 

 

Update (April 30, 2026. 3:30PM EST): Issue is resolved, reverifying with same org worked.

 

#Trailhead Challenges

36 answers
0/9000

I followed every Instruction from Trailblazer module, "Add The SoftPhone Utility to Your App" but after following the exact instruction im unable to find those options Like Open CTI Software and Call Center. AI Says this is due to Ongoing maintenance then how am i supposed to complete my learning trail if anyone got tricks help me out. 

 

#Salesforce Admin  #Trailhead Challenges  #Trailhead  #Certifications  #Trailhead Support

2 answers
0/9000

First trail in "Use employee agents to get work done module" of Agentforce Champion 2026. Just launch a playground and turn on Einstein and Agents. But I get this message: 

 

Challenge not yet complete in

epic.8b751763573969211@orgfarm.salesforce.com

Our trailbots are having a problem accessing your hands-on org. 

 

#Trailhead Challenges  #Trailhead Support

2 answers
0/9000

Does anyone know if the Trailhead Career Marketplace has been discontinued? I have looked everywhere, and I am not seeing it in Trailhead. The link I saved doesn't work. I haven't been on Trailhead lately. Has there been an update to the feature? If someone can be of help, it would be greatly appreciated. 

 

#Trailhead  #Trailhead Support  #Trailhead Community

3 answers
  1. May 24, 11:51 AM
    Seeing it may be discontinued is a bit unfortunate as I was started to learn this stuff in hopes for a different job. Thankfully even without that resource we can find jobs still.
0/9000

Hi, I just completed the salesforce platforms foundations certification and I passed with above a 70%. Closed the onVUE application and have received no email or no verification on trailhead that I took and passed it. It's been about 15 minutes, how long does it usually take?  

 

#Trailhead Support  #Certifications

4 answers
0/9000

Hi. I'm having a problem with the final verification stage of the Configure Agentforce for Service module. The verification states "We can't find that the Experience Management topic has been added to the CC Service Agent.

I have spent several hours trying to find a solution to this issue, to no avail. 

I've redone the module twice (using a new Playground environment the second time), following the steps in the instructions carefully and precisely, and have the same issue with the verification stage. 

I'd really appreciate any advice or resolution. 

Thank you. 

Configure Agentforce for Service:

 

Screenshot 2025-10-12 172607.jpg

 

#Trailhead Challenges  #Trailhead  #Trailhead Support  #Trailhead Playground

11 answers
0/9000