Skip to main content

#Trailhead Challenges1.921 utenti parlano di questo argomento

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.

We couldn't create your segment because there's no unified individual object selected for your org. Your Salesforce admin can help with that. <= getting this error while doing this module =>https://trailhead.salesforce.com/content/learn/modules/marketing-cloud-next-email-sending-essentials/send-an-email-campaign?journey=data-360&trail_id=data-360-develop-and-build-solutions

 

#Trailhead Challenges

4 risposte
  1. Oggi, alle 03:27

    A ruleset that errors on run is almost always one of these: 

     

    1. No source data mapped yet. Identity Resolution runs on the Individual DMO - if no data stream is mapped to Individual (and ingested), there are no records to resolve and the run fails. In Data Cloud > Data Streams, confirm your stream ran and is mapped to the Individual DMO with the match field populated. 

    2. Incomplete ruleset. It needs at least one match rule (with criteria) plus reconciliation rules - an empty or match-rule-less ruleset errors. 

    3. The match field your rule uses must actually exist and be populated on Individual. 

     

    In a Trailhead module the order matters: ingest the data and map it to Individual first, then create and run the ruleset. Doing identity resolution before the data is mapped is the usual cause. 

     

    If none of that is it, paste the exact error text and I will pinpoint it. 

     

    If this helps, please mark it as the Best Answer so it helps the next person - thanks 🙂

0/9000

Hi, I am currently working on Turn On Your New Lead Nurturing Agent

 

when I try to download the Welo Company FAQ, it redirects me to google drive and says "Can't access item". Is there any other way to download this file. I have successfully completed all the other steps. 

 

#Trailhead Challenges

2 risposte
0/9000
1 risposta
  1. 22 ago, 18:08

    That error is the grader checking your StringArrayTest class, and 'does not return the proper number of strings' means the count is off. Check these: 

     

    1. The method is public static and returns a List of String: public static List<String> generateStringList(Integer n) 

    2. It returns exactly n items - the usual slip is the loop bounds. Use for (Integer i = 0; i < n; i++) - start at 0, strictly less-than n. Using i <= n gives n+1 items; starting at 1 gives n-1 - either one trips 'proper number of strings.' 

    3. Each item is 'Test ' + i (with the space, index starting at 0), so the list is 'Test 0', 'Test 1', up to 'Test ' + (n-1). 

    4. The class is named exactly StringArrayTest. 

     

    Minimal version: 

    public class StringArrayTest { 

      public static List<String> generateStringList(Integer n) { 

        List<String> myList = new List<String>(); 

        for (Integer i = 0; i < n; i++) { myList.add('Test ' + i); } 

        return myList; 

      } 

     

    Save, then re-run Check Challenge. 

     

    If this helps, please mark it as the Best Answer so it helps the next person - thanks 🙂

0/9000
Priyanka Vaid ha fatto una domanda in #Agentforce

Hi All, 

 

I am trying to create a "Sales Email" Prompt and not seeing that option. 

 

While doing some investigation, I found out that "Einstein Sales Email" from the set up needs to be Turned on, but I don't see that option as well. 

 

Please help. 

Thank you 

 

 

 

 

 

#Agentforce  #Trailhead  #Trailhead Challenges

6 risposte
  1. 22 ago, 17:19

    yeah me too, I do not know why this happens. I have done all the steps and necessary setups ,but i can not find that.

0/9000

i cant find [ 

5. Then, replace the text by clicking the

Insert Resource button and selecting Flows > Get Experience Newsletter Data.

i only have mine utterances for guided troubleshoot within avilable flows  

wt am i supposed to do  

 

#Trailhead Challenges

2 risposte
0/9000

We can't find that the ‘Manage Job Applications’ permission set grants read access and edit access to all Job Application fields, except edit access for Position and Candidate. how can i solve it 

 

   

 

#Trailhead Challenges

4 risposte
0/9000

Hello Everyone, 

I am looking for a

voucher for the Salesforce Platform Developer I (PD1) certification. If anyone has a free or discounted voucher available, I would really appreciate it if you could kindly share it with me.

Email: vijaykokate38@gmail.com

#Free Vouchers #Discount Voucher #Salesforce Developer #Salesforce Platform  #Trailhead Challenges #Voucher Coupon    #Discount Vouchers #Voucher Code #Trailhead Challenges #Trailhead

0/9000
Aashish Khandale ha fatto una domanda in #Service Cloud

Dear Forum  

I have a query that Can we add "Specify the time criteria for this rule" other than 0min or 30 min like (12min,20 min) in esclationn rule. 

 

#Service Cloud  #Trailhead Challenges

1 risposta
  1. 22 ago, 10:16

    Short answer: no - native Case Escalation Rules only let you pick 0 or 30 minutes for 'Age Over' (you enter the hours, then choose 0 or 30 from the dropdown). Custom values like 12 or 20 minutes are not possible there; it is a fixed platform limit. 

     

    For minute-precise escalation, use one of these instead: 

     

    1. Record-Triggered Flow with a Scheduled Path (easiest): add a scheduled path set to run, say, 12 or 20 minutes after your date/time field (or after the case is created / meets criteria), and put the escalation action - reassign to a queue, send an email, update a field - in that path. Scheduled paths accept any custom minute value. 

     

    2. Entitlements + Milestones (the full SLA framework): 'Minutes to Complete Milestone' accepts any number, and Milestone Actions fire at exactly that time - ideal if you are tracking support SLAs. 

     

    Go with the Flow scheduled path if you just need custom timing; use Milestones if you want a proper SLA model on Cases. 

     

    If this helps, please mark it as the Best Answer so it helps the next person - thanks 🙂

0/9000

https://trailhead.salesforce.com/content/learn/modules/agentforce-configuration-for-slack-deployment/configure-a-slack-agent-in-salesforce

 

 

Iam seeing below error completing this module 

I have already completed the required modules for Quick Start: Connect Your Agentforce Org with Slack and connected the correct org required for this module 

  

 

unable to complete module

 

 

Screenshot 2026-08-05 at 12.17.00 PM.png

 

 

 

#Trailhead Challenges  #Agentblazer_Legend

3 risposte
0/9000