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,397 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.
2 answers
  1. Feb 25, 5:22 AM

    Hey @Amy Wynn

    There are actually many ways you could do this - I'll suggest few, you can choose what suits your case. 

    1. If you want the Sign up to list as Leads: 

    Use Salesforce

    Web-to-Lead,

    this will generate HTML code which you can style and embed into your website. 

    2. If you want the Sign ups in a custom object: 

    Create a Flow in Salesforce to capture email submissions.

    Expose the Flow using Lightning Out or LWC.

    Use an API (like REST or GraphQL) to integrate the form

    with Salesforce. 

     

    Let me know if this helps or if you have any questions. 

    Regards, 

    Madan

0/9000

As per the challenge, I am able to create account on my org thru Postman. Still facing error - "It doesn't appear that you have logged in with Postman."

 

Not sure, why SFDC not able to identify the Postman opened on same browser. Please help!

Getting error -

 

SFDC Error.png

8 answers
0/9000
5 answers
  1. Divya Chauhan (Kcloud Technologies) Forum Ambassador
    Nov 13, 2024, 7:15 AM

    Hello@Divyam Goyal,

    • check, is there any other automation (validation Rule, trigger, flow) is activated on Account object, if any then try to deactivate 
    •  If not working, then try in new fresh org, it might be the existing record causing the issues in your org. 
    • Please check,
    1.  https://trailhead.salesforce.com/trailblazer-community/feed/0D54V000079ScXa
    2.  https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007T4NmUSAV
0/9000
I have searched on this error and have found others having it but there is no resolution that worked for me.  I created a classic (not enhanced) letterhead named Residential Sales Letterhead as directed.  I added the logo and on all 3 lines changed the color to 106935.  I then created an email template named Residential Sales Welcome Email and specified the only letterhead available which is Residential Sales Letterhead.  In the template I clicked the hyperlink on that letterhead to ensure it was linked properly, it was.  Still I get this generic error.  I did have a glitch when created that template it said the api name had been used so I changed the api name to plural emails.  I don't think that affects the letterhead as they are two different things. The error is specifying the "letterhead" is incorrect not the template but who knows. Any ideas?Business Adming Superbadge #4 Residential Sales Welcome Email' is using the incorrect letterheadUser-added imageUser-added image
20 answers
  1. Nov 9, 2019, 2:12 PM
    Thank you for responding @shahm I only had it in one folder.  My problem had to do with the API name on the Residential Sales Welcome email.  I had a glitch and the API name was not an exact match.  How I know that was the problem is I went to a new playground, opened each email in the old playground and copy/pasted so it would be an exact dupe.  Once I had everything identical in the new playground from the old I re-checked and passed.  So to clarify one thing was different in the new playground. The API in the new playground matched the email name Residential_Sales_Welcome_ Email so that is what the system wanted.  In my original playground I had to use Residential_Sales_Welcome_ Emails note the "s" because it said API name already used.  So the issue for me was the API was not an exact match to the naming convention the Superbadge wanted (see my post above for all details).

     

    I did hear back from Support and gave them the details.  They confirmed that the error codes are general and it may be something else.  So the error was "Residential Sales Welcome Email' is using the incorrect letterhead" the problem was really the API name of Residential_Sales_Welcome_ Email was not an exact match to the template name (due to the system saying I had already used that API...so I must have deleted it and retried).  Hopefully, both of our resolutions will help someone else.  I did get the badge. Thanks again!
0/9000

Hi all, 

I get a 401 error (specifically, [{"message":"Session expired or invalid","errorCode":"INVALID_SESSION_ID"}] ) when I try to follow the steps in the trailhead challenge Connect Postman to Salesforce.  It worked fine on Friday but now it is not.

 

I do notice that the request is being redirected from *.lightning.force.com to *.my.salesforce.com.   I have the latter set in variables for both url and _endpoint, so I'm not sure why the request is even going to the former.  I'm not sure if the request was being redirected when it was working or not.

 

Thanks,

Matt

 

#Trailhead Challenges

7 answers
  1. Nov 22, 2024, 1:55 PM

    Hello @Sai Kiran Reddy Karingula

    The problem first showed up in Platform API Basics > Use Bulk API 2.0.

     

    I had earlier completed Quick Start: Connect Postman to Salesforce with no issues.  I then went on to complete Platform API Basics > Use REST API and Platform API Basics > Use SOAP API.  But now any attempt to get a token, use it, and try to make any API call to my playground org results in 

     [{"message":"Session expired or invalid","errorCode":"INVALID_SESSION_ID"}]

     

    Thanks,

    Matt

0/9000

I am working on the Apex Integration Services-Apex rest Callouts module. When i am creating the File|New|Static resource for name enter GetAnimalResource and MIME type is text/plain, i am getting the below error:

Apex REST Callouts

 

#Trailhead Challenges

8 answers
  1. Nov 8, 2024, 12:13 AM

    Hi ,

     

    Workaround

     

    1. Use API Version 37 or Lower

      - When making the REST API request, set the API version to v37.0 or lower. 

      - Update your endpoint to reflect this version:

     

    Endpoint: https://{mydomain}/services/data/v37.0/tooling/sobjects/StaticResource

     

    2. Create the Static Resource from the Salesforce UI

      - Instead of using the API, log in to your Salesforce org.

      - Navigate to Setup > Static Resources.

      - Click New to create the static resource directly through the UI. 

     

    Not able to create/update StaticResources through tooling api with version 38.0 & above. 

    https://issues.salesforce.com/issue/a028c00000zilvAAAQ/not-able-to-createupdate-staticresources-through-tooling-api-with-version-380-above

0/9000

Hi, I am working on the "Apex Integration Services"  Module on the  "Apex REST Callouts" unit. I need to create a Static Resource in the developers console:

File -> New -> Static Resource

I enter the Name (GetAnimalResource). select the MIME type:text/plain and when I press submit i get this error:

UNKNOWN_EXCEPTION

An unexpected error occurred. Please include this ErrorId if you contact support: 1345751719-421449 (1976928079).

 

I've tried with other browsers and playgrounds but got the same error always.

Can you help me?

 

#Trailhead Challenges

7 answers
  1. Nov 8, 2024, 12:14 AM

    Hi ,

     

    Workaround

     

    1. Use API Version 37 or Lower

      - When making the REST API request, set the API version to v37.0 or lower.

      - Update your endpoint to reflect this version:

     

    Endpoint: https://{mydomain}/services/data/v37.0/tooling/sobjects/StaticResource

     

    2. Create the Static Resource from the Salesforce UI

      - Instead of using the API, log in to your Salesforce org.

      - Navigate to Setup > Static Resources.

      - Click New to create the static resource directly through the UI.

     

    Not able to create/update StaticResources through tooling api with version 38.0 & above.

    https://issues.salesforce.com/issue/a028c00000zilvAAAQ/not-able-to-createupdate-staticresources-through-tooling-api-with-version-380-above

0/9000
Hi,I would like to find out the unused assets in SFMC instance so i can delete/Archive them? Any suggestions on how do i find them ? When we archive or remove them will that improve the performance of the instance? When i said assets it could be creatives, automations, DE’s and Journeys or anything that’s unusable in the BU! Thank you in Advance #Trailhead Challenges
5 answers
  1. Lukas Lunow (CloudWise) Forum Ambassador
    Nov 5, 2024, 11:25 AM

    Please be careful following advice provided in these answers, as they have been created using generative AI and (in addition to violating Trailblazer Community Terms) are packed with errors.

     

    @Paul Kuriyan is mentioning that one of the queries will show all unused data extensions. How do you define unused? If this query actually worked (which it doesn't - more on this later) it would return all data extensions not used in historic sends. There can be MANY other relevant data extensions, e.g. with purchase history, ongoing data imports and many others which are necessary, but never used for sends.

     

    You are querying _DataExtension Data View, which does not exist - and is clearly an AI hallucination. Also, you are fetching DataExtensionObjectID field from _Sent Data View. The field does not exist on this view. So it is both impossible to query all data extensions on an account, as well as get the data extensions used in sends. 

0/9000

Yesterday when the API routing was messed up, I tried re-creating the Get_Experience_Details agent action when it wasn't working. I couldn't figure out how to remove the first one completely so I ended up with Get_Experience_Details2 and did the rest of the challenge using that. The agent is working and published on the site, but I cannot check the challenge from trailhead because it doesn't think I've done it right.

Is there any way to delete the first copy of this action and rename the new one?

 

Im trying to verify the Coral Cloud Resort AI Agent challenge and I ran into a problem

 

Screenshot 2024-10-22 at 7.55.53 AM.png

 

#Trailhead Challenges

5 answers
  1. Oct 22, 2024, 7:46 PM

    @Bryan Newman

     

    If you delete an object/field, its API Name is also deleted.

     

    However, in this challenge, it may be necessary to wait a few minutes after deletion for the removal to be confirmed on the servers. Try deleting it and then create an action with the required API name after a few minutes.

     

    If this doesn't help, you will have to start everything over again.

     

    Sincerely, 

    Mykhailo Vdovychenko 

    Bringing Cloud Excellence with IBVCLOUD OÜ

0/9000

I am trying to complete the Dream Quest and i have done almost 95% but only one module (Unstructured Data in Data cloud) that i am unable to compelete as it is asking to me to create a playground and reset my password and again login with the user name it has mentioned in that module.

I have done that many times but still it is showing me error saying that "username or password is incorrect or check your credentials"

I dont understand whats the issue is ,can any one help me resolve this issue.

 

#Trailhead Challenges

0/9000