Skip to main content Join us at TDX in San Francisco or on Salesforce+ on March 5-6 for the Developer Conference for the AI Agent Era. Register now.

#Trailhead Challenges2,408 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.

Hello community , 

 

I have 2 components - componentA(parent) and component B(child) 

 

when I pass data from parent to child , data is not visible. 

 

can anyone explain why ? 

 

component A html - 

 

<template>

    <lightning-card label="component A - parent">

        <p>Hi.I am component A.Parent</p>

        <c-component-B>

            {property1}="hi.I am component B.child component"

            {property2}="Welcome"

        </c-component-B>

    </lightning-card>

</template>   

 

component A js - 

 

import { LightningElement } from 'lwc';

 

export default class ComponentA extends LightningElement {

   

 

component B html - 

 

<template>

    <lightning-card>

       <p>message passed from {property1}</p>

       <p>message passed from {property2}</p>

    </lightning-card>

</template> 

 

component B js - 

 

import { LightningElement,api} from 'lwc';

 

export default class ComponentB extends LightningElement {

 

    @api property1;

    @api property2;

 

 

can anyone suggest something ?? 

 

#Developer Forums  #Trailhead Challenges  #Trailhead  #Data Management  #LWC  #LWC Development  #Sales Cloud  #Salesforce Developer  #Salesforce Admin

0/9000
2 answers
  1. Eric Praud (Activ8 Solar Energies) Forum Ambassador
    Yesterday, 2:28 PM

    Hi, 

     

    The issue is with your locale in Excel that uses semi-colons as separators when Salesforce is expecting commas. 

    Try this: 

    https://help.salesforce.com/s/articleView?id=000386073&type=1

0/9000

Working on this module "Import and Export with Data Management Tools" and encounter such error message " Step not yet complete in Trailhead Playground,

The 'Lead' records from the CSV were not found. Please check the instructions."

 

I've checked Today Created Lead list view, only 36 records available but on the csv file we have 44 records, 8 are missing, may I know how to fix this?

 

THANKS!

30 answers
  1. Jun 23, 2021, 1:15 PM

    Thanks Adityan and Biren! I've found the solution - I added extra column on the csv file with the title "Lead" (Not ''Lead Source" because it will not let you passed) and insert "Web" for the 44 records, upsert the data then map the "Lead" with ''Lead Source" in Data Import Wizard - it works!

0/9000

I'm trying to get my unstructured data from Salesforce Files in the form of PDF into Data Cloud to then be able to use them with an Agentforce Agent. 

 

I am referring to files stored as ContentDocument/ContentVersion. 

 

However I am only able to connect external data sources like Amazon S3, not CRM. Also the CRM connector won't allow me to do this. I do not have Mulesoft available. 

 

Can anybody point me into the right direction? 

 

Thanks!

8 answers
  1. Feb 1, 9:29 AM

    Hi @Christian Kreißl

    Salesforce doesn't currently support directly importing Salesforce Files (ContentDocument/ContentVersion) into Data Cloud as a DLO. Data Cloud mainly connects to:

    • CRM Connector (for structured Salesforce records, but not files)
    • External Storage (e.g., Amazon S3, Snowflake, Google Cloud, Azure)

    Since files are unstructured data, you'll need an extra step to bring them into Data Cloud. Here's how:

    Steps to Get Salesforce Files into Data Cloud

    1. Extract Salesforce Files (ContentDocument/ContentVersion)
    2. Store the files in an external source (e.g., Amazon S3, Snowflake, Google Cloud, Azure)
    3. Ingest the file data into Data Cloud to create a DLO
    4. Convert the DLO into a DMO by mapping key attributes (e.g., file name, content, owner, associated record). If needed, use Einstein AI or Agentforce to process the file content

    Hope you find this information helpful 

     

    #Trailhead Challenges #Help-datacloud-enablement #Data Cloud #Import Data Challenge #Salesforce Developer

    Thank you

0/9000

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

We can't find the expected login history for the Integration User. 

 

I facing this error  

i have successfully inserted records into salesforce org using postman 

 

Lead Data Onboarding with Bulk API

Import all of the records from the conference via Bulk API 2.0 as the Integration User. Tip: You must check this challenge within 7 days of job completion.

  

 

#Trailhead Challenges

0/9000

I have tried to fix this error by creating a new playground and repeating all steps from scratch multiple times. When I import the data file in the previous step, it shows that I have i have imported 15 accounts and I verify that by going into Accounts. But when I export using dataloader, it exports 715 entries even though I only have 15 Accounts saved.   

0/9000

Hey, 

 

I had a trailhead account from 2024 and was able to login and use it again. However, when I wanted to use the trailhead playground it seems that my sandbox environment had expired. I tried to create a new one, without success.  

 

When I try to do the test case in the trailhead, I get following message :   

"Step not yet complete in My Trailhead Playground

There was an unhandled exception. Please reference ID: VJDQZKXW"

 

#Trailhead Challenges  #Trailhead Playground

6 answers
  1. Feb 11, 7:10 PM

    Hi, @Patrick De Wachter

     

    try to create new Playground and retake this Challenge on it.

     

    To do this:

    1. Login Trailhead Site

    2. Open "Hands-On Orgs"

    3. Click "Create Playground"

     

    After waiting a few minutes, a new Playground will be created. 

     

    !!! Also too, make sure that all Challenges from this topic are completed in the same Playground. Each subsequent Challenge builds on the previous one.

     

    Sincerely, 

    Mykhailo Vdovychenko 

    Bringing Cloud Excellence with IBVCLOUD OÜ

0/9000
6 answers
  1. Feb 11, 7:40 PM

    Hi, @Mpumelelo Seilane

     

    1. Download this

    file 

    2. Open your Data Import Wizard:Hi, 1. Download this file 2.after import you can see this screen:2.jpgnext, map fields:3.jpgSincerely, 

    Mykhailo Vdovychenko 

    Bringing Cloud Excellence with IBVCLOUD OÜ

0/9000