Skip to main content

#Trailhead Challenges1,995 discussing

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.

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 answers
  1. Nov 25, 2023, 8:17 PM

    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

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 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

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 answers
  1. Feb 23, 8:51 PM

    @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