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,404 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.

After trying to verify step on the Add a Flow to Your Prompt Template hands-on course, I keep getting the following message:

 "Step not yet complete in Einstein AI

In the Add Prompt Instructions element’s Prompt Instructions, we can’t find the expected text." 

What am I missing? Can someone help me. Thanks 

 

When I try to verify step on the Add a Flow to Your Prompt Template hands-on course, i keep getting the following message:

 

 

 

#Trailhead Challenges

0/9000

Hello Trailblazers,

 

I'm Trying to complete AI superbadge challenge and got stuck on 2nd challenge which is to 'Build an AI-Generated Summary of Related Records'.

To achieve this, 

  • I have create custom field on contact object 'Interest_Summary__c' long textarea field
  • Created field generation prompt template to summarize related fitness records (working as expected on preview)
  • Added custom field on ligtning page and enabled the Interest_Summary__c field as AI generated with the Prompt Template 'Summarize Client Goals'
  • Able to summarize and store value to the field.(validated on contact record page, working as expected)
  • But when I'm validating the challenge by clicking on Check Challenge getting error as 'Challenge Not yet complete... here's what's wrong:
  • We can't find the field called Interest Summary, or it isn't properly configured.'

What could be the setup issue I'm missing ?

 

#Trailhead Challenges  #Trailhead Superbadges

0/9000

Hello 

I'm trying to do the exercise :  

https://trailhead.salesforce.com/content/learn/modules/service-cloud-agent-productivity/create-a-macro-and-quick-text

 

But I don't have any utility bar. Could you explain where I can add it / activate it and add the Macro option please ?  Thank you 

 

#Trailhead Challenges

4 answers
  1. Jan 20, 3:22 PM

    Hi, @Hélène Vasseur

     

    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

Hello everyone,

I just started learning Salesforce through Trailhead.

Regarding the "Work with Schema Builder" task, I created a property table and added the field "Street Address" (I have attached an image). However, I can't submit this task.

I'm not sure what I did wrong.

Could anyone help me, please?

Thank you so much!

 

error: The field 'Street_Address__c' either does not exist on the Property__c object or it is not of type text area.

Check Challenge to Earn 500 Points

 

Hello everyone,I just started learning Salesforce through Trailhead.

 

#Trailhead Challenges

0/9000

Hi !

 

Step : Set Up Your Salesforce Mobile Developer Tools for Lightning Web Components > Use Salesforce Mobile Developer Tools

 

sub step: SFDX: Preview Component Locally

after install @salesforce/lwc-dev-mobile

close and re-open visual studio

 

Android studio is open.

Device is create for simulation.

(I tested running the simulator directly before and everything is fine.)

 

Error : 

Starting SFDX: Start Local Development Server

09:33:51.221 sfdx force:lightning:lwc:start

Starting SFDX: Preview Component Locally

09:33:51.326 sfdx force:lightning:lwc:preview -p Android -t Android1 -n c/bikeCard -a browser -d c:\Salesforce\Formation\bikeCard --loglevel warn

(node:1860) Warning: Deprecated environment variable: SFDX_JSON_TO_STDOUT. Please use SF_JSON_TO_STDOUT instead.

(Use `node --trace-warnings ...` to show where the warning was created)

(node:21892) Warning: Deprecated environment variable: SFDX_JSON_TO_STDOUT. Please use SF_JSON_TO_STDOUT instead.

(Use `node --trace-warnings ...` to show where the warning was created)

» Warning: @salesforce/cli update available from 2.26.10 to 2.27.6.

» Warning: @salesforce/cli update available from 2.26.10 to 2.27.6.

» Warning: force lightning lwc start is not a sf command.

Did you mean force lightning lwc test run? [y/n]:

» Error: Run sf help force for a list of available commands.

09:34:06.773 sfdx force:lightning:lwc:start

ended with exit code 127

Error: To run this command, install the @salesforce/lwc-dev-server plugin. For more info, see [Set Up LWC Local Development](https://developer.salesforce.com/tools/vscode/en/localdev/set-up-lwc-local-dev).

> Requirements

> Checking SDK root location

> Checking Android SDK Prerequisites

> Checking Android Command Line Tools

> Checking SDK Platform Tools

> Checking SDK Platform API

> Checking SDK Platform Emulator Images

› SfError: SDK root location not found. Please set up ANDROID_SDK_ROOT or ANDROID_HOME in your environment.

› SfError: Android command line tools not found.

› SfError: No supported Android platform tools found. Minimum supported Android platform tools version is 23.

› SfError: Android SDK is missing prerequisites: Android SDK root is not set.

› SfError: No supported Android API package found. Minimum supported Android API package version is 23.

› SfError: Install at least one of these emulator images: google_apis,default,google_apis_playstore

√ Requirements (0.000 sec)

Error (1): Requirement verifications for platform %s failed.

Try this:

Please see the error messages above for details on resolving your requirement issues.

09:34:11.483 sfdx force:lightning:lwc:preview -p Android -t Android1 -n c/bikeCard -a browser -d c:\Salesforce\Formation\bikeCard --loglevel warn

ended with exit code 1

Error: Failed to start Android Emulator 'Android1'.

Android1 is the good name for the emulator. (cf screen 001)

Use Salesforce Mobile Developer Tools - error on launch local test

They say to install the @salesforce/lwc-dev-server plugin... so i do it.

 

Error : 

PS C:\Salesforce\Formation\bikeCard> sf plugins install @salesforce/lwc-dev-server

» Warning: @salesforce/cli update available from 2.26.10 to 2.27.6.

Polling for new version(s) to become available on npm... done

Successfully validated digital signature for @salesforce/lwc-dev-server.

Finished digital signature check.

Installing plugin @salesforce/lwc-dev-server@latest... failed

» Warning: @salesforce/lwc-dev-server > @oclif/config@1.18.17: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

Error: C:\Users\xxxx\AppData\Local\sf\client\2.26.10-b796e35\node_modules\yarn\bin\yarn.js add @salesforce/lwc-dev-server@latest --non-interactive

--mutex=file:C:\Users\xxxx\AppData\Local\sf\yarn.lock --preferred-cache-folder=C:\Users\xxxx\AppData\Local\sf\yarn --check-files exited with code 1

PS C:\Salesforce\Formation\bikeCard>

Well : Package no longer supported.

ok....

 

start/stop vs

launch again SFDX: Preview Component Locally

(Is it normal that it always takes so long to get started?)

 

same error than first... so i search for the other error...

 

› SfError: SDK root location not found. Please set up ANDROID_SDK_ROOT or ANDROID_HOME in your environment.

› SfError: Android command line tools not found.

› SfError: No supported Android platform tools found. Minimum supported Android platform tools version is 23.

› SfError: Android SDK is missing prerequisites: Android SDK root is not set.

› SfError: No supported Android API package found. Minimum supported Android API package version is 23.

› SfError: Install at least one of these emulator images: google_apis,default,google_apis_playstore

well.... first error missing sdk root location... This seems like an obvious error seen like that... but in fact, no...

 

However, I installed Android Studio in accordance with the previous exercise. I did not find in the trailhead where we must indicate where the path of this environment variable (ANDROID_SDK_ROOT) is and especially what value to put there. I have no idea where the android sdk is...  For ANDROID_HOME it's c:\users\<username>\.android ?

Should we install the Android SDK in addition to the Android simulator ?

 

I welcome all help!

THANKS !

Regards,

C.

9 answers
  1. Feb 12, 2024, 12:52 PM

    Well, I was able to move forward with my problem. It's not finished but I'll let you know ;)

     

    I updated three environment variables:

    ANDROID_HOME ==> C:\Users\xxxx\AppData\Local\Android\Sdk

    ANDROID_SDK_HOME ==> C:\Users\xxxx\AppData\Local\Android\Sdk

    ANDROID_USER_HOME ==> C:\Users\xxxx\.android

     

    For update environment variable, in windows, windows key, enter the text variable, click on environment variable, click on button "envrionment variable", and add the 3 variables.

     

    To find the way  C:\Users\xxxx\AppData\Local\Android\Sdk  (or other) :

    in Android studio, more action > SDK manager > the path is on "android SDK location" field. 

     

    stop/start visual studio.

     

    Now, I have this error :

     

    › SfError: Android command line tools not found.

    › SfError: Android SDK is missing prerequisites: Command failed: C:\Users\xxxx\AppData\Local\Android\Sdk\cmdline-tools\sdkmanager --version

    Le chemin d'acc�s sp�cifi� est introuvable.

    › SfError: No supported Android API package found. Minimum supported Android API package version is 23.

    › SfError: Install at least one of these emulator images: google_apis,default,google_apis_playstore

     

    For now, I haven't found where to configure the correct path.

     

    I always welcome your good ideas ;)

     

    THANKS,

    Sincerely,

    C.

0/9000
19 answers
0/9000

I can't create roles in the role hierarchy does anyone know how to fix this, it gives the option and pulls up the window but after I type in the name for the role it doesn't give me the option to do anything else. I even watched the walkthrough video to make sure I didn't miss anything but I can't figure this out

 

#Trailhead Challenges  #Trailhead

8 answers
  1. Eric Burté (DEVOTEAM) Forum Ambassador
    Nov 18, 2024, 4:50 PM

    Hello @Johann Castillo, don't you see this window when adding a role from the hierarchy ? You can still try to flush the cache, logout and login (even try in incognito or with another web browser) to see if i helps.Hello , don't you see this window when adding a role from the hierarchy ? You can still try to flush the cache, logout and login (even try in incognito or with another web browser) to see if i helps.Eric

0/9000
Trying to complete the challenge associated to "Set Up Productivity Tools" trailhead and the Quick Text Icon is not available to add to the Utility bar for the Service Console App. Any Suggestions? I have enabled it for the org, even set up a few from the Service Console App to test access. Thanks!
0/9000
3 answers
  1. Oct 25, 2024, 11:40 AM

    Hi @Mariann Hohe I am from the Trailhead help team. Can you elaborate and provide some context to your question, please?  Could you please let me know if the issue is related to any specific Trailhead module? If yes, can you please share the URL of the Trailhead unit and provide the details and screenshots of the work you have completed, along with the specific issue/error you have encountered? Thanks!   

    ++TrailheadHelpFollowUp

0/9000