Skip to main content A new Salesforce certification experience is coming July 21st. Discover how exams will be delivered in Pearson VUE, what it means for you, and ways to prepare. Learn more.

Feed

Connect with fellow Trailblazers. Ask and answer questions to build your skills and network.
2 answers
0/9000

https://trailhead.salesforce.com/ja/content/learn/projects/prepare-your-salesforce-org-for-users/create-chatter-groups?trailmix_creator_id=strailhead&trailmix_slug=prepare-for-your-salesforce-administrator-credential

 

 

How do I resolve the error message? I am posting a chat message as instructed, but I get the following error and cannot finish the challenge. If anyone else is stuck with the same error, please let me know how you resolved it. 

 

errormessage: 

Ensure that you are following all the instructions for posting to a Chatter group.

 

#Trailhead Challenges

0/9000

908-369-1613 ARS Cafeteria Line 908-369-0289 ARS Burglar alarm 908-369-3235 ARS Elevator Emergency Line 908-369-1928 ARS Fire 1 908-369-1929 ARS Fire 2 908-371-9106 ARS 911 Cisco Gateway 908-371-9040 ARS Cisco Gateway failover - 2 908-371-9169 ARS Cisco Gateway failover - 3 908-371-9109 ARS Cisco Gateway failover - 4 

 

The Above one is Long text Area filed in Custom Object  

Requirement Is Need to Extract the Phone Numbers from Above List and Create A record with each phone Number  

I have Created Class Which Giving Output Fine When I called from Flow It is Failing But It working for Single Line 

Can anyone Help with This ? how we can achieve this 

 

#Flow  #Sales Cloud

1 answer
0/9000

We have a User in our Org that has the ability to schedule report subscriptions but isn't receiving them in her inbox. She does have the ability to receive the Subscriptions she is included on, but only if they're made by another User.  

 

What we've checked:

  1. Salesforce and Outlook are connected
  2. Email is verified
  3. She has the ability to view all fields in the report
  4. She can schedule the subscription email
  5. Has the ability to receive other reports that are scheduled by our team and have her added on the subscription list. 
  6. The Scheduled Jobs in Set up show it was Submitted, Started and Next Scheduled Date
  7. I have tested with both Private and Public folders, they both show in the Scheduled Jobs

#Reports & Dashboards

1 answer
0/9000

We have a newly created Salesforce org (Agentforce) with both Salesforce and Salesforce Platform licenses available. Our goal was to create a total of 4 users:

  • 1 user with a Salesforce license
  • 3 users with Salesforce Platform licenses

Although the required licenses are available, we are only able to create 3 users in total. When attempting to create the 4th user, the system prevents it—despite licenses still being unused.

This is not consistent with previous behavior in older orgs, where we were able to create users as long as the correct number of licenses were available.

We would like to understand:

  • Have there been any recent changes or restrictions in new Salesforce orgs that limit user creation regardless of available licenses?
  • If not, what steps can we take to create the additional user?

Just pasting the required images.  

Thank You.  

Not able to create multiple users even the appropriate license is available?

 

Screenshot 2025-05-12 103453.png

 

Screenshot 2025-05-12 103557.png

 

 

 

#Agentforce

3 answers
0/9000

Challenge not yet complete in My Trailhead Playground 1

Make sure that ‘Contact Record Page’ has been upgraded to use Dynamic Forms. 

 

I have completed upgrading and also removed and replaced fields which are mentioned but still says that it is not upgraded to use dynamic forms. 

 

#Trailhead Challenges

4 answers
  1. Today, 7:03 AM

    Sir @Eric Burté  I have did what instructions you have mentioned but I am getting the same issue that challenge is not completed. 

0/9000

I have the following scenario: 

If contract <$1000 then insurance $25 

if contract >$1000 and <$5000 then insurance $35 

if contract >$5001 and <$12500 then insurance $45  

if contract >$125001 and <$20000 then insurance $55    

if contract >$20001 and <$40000 then insurance $95   

if contract >$50001 and <$75000 then insurance $170    

 

I cannot get the nestled formulas right to save my life. Any and all help is appreciated.  

 

 

#Trailhead  #Formulas

2 answers
  1. Today, 7:02 AM

    Let’s assume the contract amount is in a field called Contract_Amount__c: 

    salesforceCopyEditIF(Contract_Amount__c < 1000, 25,

    IF(Contract_Amount__c <= 5000, 35,

    IF(Contract_Amount__c <= 12500, 45,

    IF(Contract_Amount__c <= 20000, 55,

    IF(Contract_Amount__c <= 40000, 95,

    IF(Contract_Amount__c <= 75000, 170,

    0))))))

0/9000
1 answer
  1. Today, 6:30 AM

    To access Survey, Survey Invitation, and Survey Response in Object Manager: 

    1. Go to Setup > Object Manager
    2. Search for each object by name

     

    If you don’t see them: 

     

    • Go to Setup > Survey Settings and enable Surveys
    • Make sure you have the right permissions (like "Create and Edit Surveys")
0/9000

I am facing an issue where Data Cloud Triggered Flow (fires on create/update) is not firing when ingesting data using Manual File Upload or Amazon S3. After checking the Automated User logs, I observed that the DataObjectDataChgEvent platform event—which is essential to trigger the flow—is not being published.  

 

Interestingly, when data is ingested using the Ingestion API (tested from Postman), the flow triggers as expected on insert. However, after changing the data mapping from a Data Lake Object (DLO) to a DMO, ideally the DMO should get updated but the flow was not triggering even though the data is successfully updated in the DMO (confirmed via Query Editor).  

 

Could anyone please advise or share insights on why the platform event might not be triggering in these scenarios? 

 

#Data Cloud

0/9000

I am doing the Agentforce for Service Superbadge Unit in that 3rd challenge, I am not able to add a new action Topic even though the agent is deactivated already, but I did not get the add new button in it.  

 

please help me out 

I am not able to add new Action Topic

 

 

 

#Trailhead Challenges  #Trailhead Superbadges

3 answers
  1. Today, 6:10 AM

    I’m also facing same issue

    I try all the possible solutions that mentioned in slack and trailhead. Still not working.

    Created multiple orgs, deactivated thing

0/9000