Skip to main content

#Trailhead Challenges토론 중인 항목 1,426개

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.

Is there someone that's familiar with the relationship between Salesforce and LinkedIn Lead Gen forms? I'm having trouble with the overall setup. I believe I've set up the fields correctly but I need help with testing and making sure things are tracking correctly. Could someone walk through the process with me in real time?  

 

#Trailhead Challenges

답변 6개
  1. 어제 오전 7:30

    Hi Tierra, 

     

    Per the official Salesforce documentation: "When prospective customers fill out a form on your LinkedIn ad, we convert the data directly to new leads in Salesforce." So the native LinkedIn Lead Gen Forms integration always creates a new Lead record, it doesn't check against existing Contacts first, which lines up with what Aman mentioned. 

    Reference:

    https://help.salesforce.com/s/articleView?id=sales.leads_linkedin_lead_gen.htm&type=5

     

     

    To document a form fill on an existing Contact's record instead, here are your options, in order of effort: 

     

    1. Manual match-and-convert (lowest effort, no extra tools): 

       Set up a report or list view filtered on Lead Source = LinkedIn, reviewed periodically. When a new LinkedIn Lead matches an existing Contact by email, use standard Lead Conversion and choose "Attach to existing Contact" instead of creating a new one. Not real-time, but zero extra build. 

     

    2. Automated matching via Flow (moderate effort, native only): 

       Build a Record-Triggered Flow on Lead (After Save) that searches Contact by Email. If a match is found, auto-run Lead Convert pointed at that existing Contact, and log an Activity/Task on the Contact noting the LinkedIn form submission details. This gets you close to real-time without a third-party tool. 

     

    3. Third-party connector (what Aman flagged): 

       Tools like LeadsBridge offer built-in "search Contact first, only create Lead if no match" branching out of the box, but bringing in a whole platform just for this one gap is real overhead if it's your only need. 

     

    Given you're already this deep into setup, option 2 (Flow-based auto-match-and-convert) is the best native middle ground, no new licenses, and it directly solves documenting the form fill on the existing record without manual review.

0/9000

Hi folks,  

 

I ahve signed up for my dev edition org, and cannot get past it at all. It says I have completed the first part of the challenge for 500 points but I haven't done anything at all? 

 

Superbadge - Prompt Builder - trying to get started

 

Now I'm trying to retake this challenge and zilch. Of course, by not doing the first part, I cannot even tackle the next unit which is 'Translate Text with Prompt Template and Record Triggered Flow'. 

 

Can anyone point out what might've gone wrong? This is the first trail I've come across where I've hit a major snag.  

 

Any help would be appreciated - thanks.  

 

#Trailhead Challenges  #Agentforce

답변 3개
  1. 8월 25일 오후 12:46

    Hey Michelle, 

     

    Superbadge units are structured as: read the scenario/requirements first, THEN there's a hands-on challenge. What you're describing (a "500 points, Assessment Complete" screen appearing before you did any actual configuration) suggests this first unit is a knowledge-check/read-through type assessment rather than a hands-on build challenge, some Superbadge units are just verifying you reviewed the scenario, not that you built something yet, the real hands-on work starts in later units like "Translate Text with a Prompt Template and Record-Triggered Flow." 

     

    If that's the case here, nothing actually went wrong, you're not missing work, this unit's "challenge" may have simply been confirming setup/connection to your Dev org, and the real building starts next. 

     

    To confirm: click into "Retake this Challenge" and read exactly what it's asking you to do, if it only asks you to review requirements or confirm org connection (not build something), then the 500 points are legitimate and you should proceed straight to the next unit. 

     

    If you genuinely believe this unit requires hands-on work you skipped, compare the unit's written instructions against what's actually in your org (any Prompt Templates, Flows, etc. expected). If nothing was supposed to be built yet, proceed forward, the units in this Superbadge build progressively, so nothing later should be blocked by this one being "too easy." 

     

    Reference:

    https://trailhead.salesforce.com/content/learn/superbadges/superbadge_prompt_builder_templates_sbu

0/9000

Hi everyone,

I’m stuck on the "Build an Automation for Creating Interviewer Records" project. I am receiving the following error: "We could not find the position of 'Super Support Supervisor'."

I have already verified the following:

  • The Position Record: Created a record with the exact name Super Support Supervisor (no extra spaces) using the Nontechnical Position record type.
  • The Flow: Created and Activated the record-triggered flow Create Interviewer RecordCopy.
  • Flow Logic: * Trigger: Position object, record is created.
    • Condition: Hiring_Manager__c Is Null False.
    • Action: Create Interviewer record where Employee = $Record.Hiring_Manager__c and Position = $Record.Id.
  • The User: Created Kathy Cooper as a Standard Platform User with the alias kcoop.
  • Validation Rules: Deactivated the Every_Position_Must_Have_a_Hiring_Mgr rule as instructed.
  • Troubleshooting: I have deleted old records, emptied the recycle bin, and recreated the position record. On the "Related" tab of the Position, the Interviewer record is successfully being created by the flow.

Even though the record exists and the automation is working in my org, the challenge won't pass. Has anyone encountered this "ghost" error before in the Curious Koala Playground?

Any advice would be appreciated!  

Help Needed:

 

 

image.png

 

 

 

#Trailhead Challenges

0/9000

Create_Email_Task (Create Records) - The field "OwnerId" isn't compatible with the SObject element "$Record". "$Record" can't be a SObject.Create_Email_Task (Create Records) - The field "WhatId" isn't compatible with the SObject element "$Record". "$Record" can't be a SObject.

답변 17개
  1. 2023년 11월 25일 오후 8:17

    For the OwnerId variable, selecting $Record and then the variable named "Owner" with the subtitle "Owner Id" causes the error discussed, likewise with the WhatId variable.

     

    To resolve the error, after selecting the variable named "Owner", I also selected the variable named "Id", likewise for the "Account" variable.

     

    The instructions in the unit Build a Record-Triggered Flow, 

    • OwnerId = $Record > OwnerId
    • WhatId = $Record > AccountId

    did not explain the steps I used that resolved the errors.

0/9000
Jon Smith Smith 님이 #Flow에 글을 올렸습니다

What are your favorite Trailhead modules for improving Flow skills? 

 

I've been spending more time learning Salesforce Flow and have completed several beginner Trailhead modules. As I move into more advanced automation, I'm looking for recommendations from the community.

 

Which Trailhead modules or hands-on projects helped you the most in understanding topics like:

  • Record-Triggered Flows
  • Scheduled Flows
  • Screen Flows
  • Error handling
  • Best practices for building scalable Flows

I'm also interested in knowing whether you prefer learning through Trailhead alone or by building projects in a Developer Edition org.

 

Looking forward to hearing which resources made the biggest difference in your Salesforce journey! 

 

Get more info

Click Here

 

#Flow  #Trailhead Challenges

0/9000

Hi everyone,

I’m trying to set up automatic task assignments in Salesforce based on specific criteria (like region or department). I’m not sure whether to use Flow, Process Builder, or something else.

Has anyone done this before? Any tips or step-by-step guidance would be super helpful!

Thanks in advance! 

 

#Trailhead Challenges

0/9000

Challenge not yet complete in kahibhi@gmai.com

In the 'Create Task' action, we can’t find the 'WhatId' field set to the Account that’s related to the Opportunity that triggered the flow. 

 

#Trailhead Challenges

0/9000

The flow works, but when I click "Check challenge" I get: 

Challenge Not yet complete... here's what's wrong: 

We can't find a prompt template called Translate Survey Input, or it isn't configured according to all the requirements, including having a description. Prompt templates configured with the wrong template type will need to be built as a new template, as the prompt template type can't be changed after creation. 

 

Could I have taken the wrong template type? If so, what is the correct template type? I selected "Global Standard". 

 

#Trailhead Challenges

답변 3개
  1. 2월 23일 오후 8:51

    @Jeroen Reizevoort - Please confirm that you created the prompt using the “Flex” prompt template type. Selecting “Field Generation” as the prompt template type will cause an error.

    If the issue persists, another Trailblazer reported encountering a similar error and resolved it by creating a new org and redoing the challenge. More details are available in this thread: https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX000000TvV20AK

0/9000