Feed
- Recent Activity
- Created Date
- Questions with an Accepted Answer
- Questions with No Accepted Answer
- Unanswered Questions
I need help in figuring out, what I am doing wrong with
Translate Text with a Prompt Template and Record-Triggered Flow
The only thing that may not is matching is the usage of Deprectated model. I only see Omni mini
Challenge Not yet complete... here's what's wrong:
Make sure the Translate Survey Input action has values set for the Account, Contact, and Fitness objects. The input values for Account and Contact should be for the records relating to the Fitness record that triggered the action; the Fitness input value should be the Triggering Fitness__c record.
- Translate Survey Input action has values set for the Account, Contact, and Fitness objects values are set properly - passes in the debug mode
- Flow translates language when fitness record is created manually
What could I be missing?
Jun 19, 12:23 PM Hi @Melissa Bass,
I'd be happy to help you with your Salesforce setup pro bono. I completely understand how overwhelming it can be to tackle the backend configuration, especially when you're new to it and feeling stuck.
I have over 5 years of experience implementing around 100 projects, many of which were for non-profit organizations. In my previous role at an American consultancy, I worked as an admin, developer, and project manager, so I'm very familiar with the entire implementation process from start to finish.
I've been on maternity leave for the past 2.5 years, and honestly, this would be a great opportunity for me to warm up my skills and dive back into a project I'm passionate about.
If you think my experience aligns with what you're looking for, please feel free to connect!
I am doing the Trail
In the project:
In the Objective
- Enable Sales Coaching in Agentforce
There is a step:
Grant Users Access to Sales Coaching
inside this chapter when I click to Assign the User (Step 3) I got the error message:
"Sales Coach Agent can't be assigned the Agentforce Sales Coach User permission set license, because Sales Coach Agent's user license doesn't support it."
I checked the user was created using the parameter indicated in User license 'Einstein Agent'.
Did anyone get this error? How it was solved?
#Trailhead Challenges
Today, 8:41 PM Hi ,
- Manage agentforce sales coach cant be provided for agent users. You can use that permission set for your own user.
https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000SX3UO0A1
Eric Burté (DEVOTEAM) Forum Ambassador
Yesterday, 9:29 AM Hello @Gregorio Muraca make sure you are on the "all cases" list view, and not on a filtered view, or on the "recently viewed" listview. Otherwise that meand that you may have deleted some records ; in this case please create a brand new playground and take again the challenge. Eric
During the Add and Map a Formula field in the Data Cloud trail head, I am unable to finish the challenge because it doesn't recognize the Lead and DMO connection within data cloud. I get the following error: We didn’t find the proper mapping of the Lead object to the Data Model Object.
Today, 8:26 PM Hi,
It took 24 hours for Data Cloud sandbox to sync with Trailhead. Came back the next day and it worked.
Diego Acuna
PwC | Senior Associate
Salesforce Practice
Tampa, FL | 727-313-0761
PricewaterhouseCoopers Advisory Services LLP
I just tried out the Tooling API to get Dependency:
SELECT MetadataComponentType, MetadataComponentName, MetadataComponentId, MetadataComponentNamespace, RefMetadataComponentName, RefMetadataComponentId, RefMetadataComponentNamespace, RefMetadataComponentType
FROM MetadataComponentDependency
WHERE RefMetadataComponentId = '00NQ80' AND RefMetadataComponentType = 'CustomField'
ORDER By RefMetadataComponentName
The display is similar to Salesforce Where it is used but still for the related flow, I would like to know which version it is?
Is it possible to get it in a same query?
I am getting following error
Using Sales Coaching:
After point 7
Unexpected action in Agent topic Looks like one of the role play Agent topics contains actions. Ask your Salesforce admin to remove any actions from the topic, then try again.
If you have recently completed could you please drop me steps which action I have to delete
I did have a look at and tried must i think i am missing something at some point - so confused - Please help
https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000MaAIO0A3
Regards
Kam
Today, 7:54 PM Finally - after deleting the action the issue got resolve. Reference from here
https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000MaAIO0A3Happy to help in future if anyone needs help
I completed step 7 of creating CC Service Agent and in Agentforce Builder. I see Topics in the side panel but there are no topics displayed (or "New" button).
Agent is NOT Activated.
I do see topics in SETUP > AGENT DETAILS.
Anyone else come across this issue when completing challenge or have suggestions?
https://trailhead.salesforce.com/content/learn/projects/quick-start-build-your-first-agent-with-agentforce/configure-an-agentforce-service-agent?trail_id=become-an-agentblazer-champion
#Trailhead Challenges
Jun 17, 11:58 PM Just reached out to Trailhead Support. Thanks for troubleshooting and assistance Keiji!
[ERROR] Failed to execute goal org.mule.tools.maven:mule-maven-plugin:4.3.0:deploy (default-deploy) on project cicdredeploy: Execution default-deploy of goal org.mule.tools.maven:mule-maven-plugin:4.3.0:deploy failed: 400 Bad Request: {"timestamp":1750269251374,"status":400,"error":"Bad Request","message":"Runtime Version not supported for this target.","path":"/organizations/a62f6236-0b02-4e5f-a8eb-dc5e37aedb12/environments/19862246-181d-4267-8642-c8126da116f0/deployments/8723c828-5016-41bb-ac2a-faaaa87f10cc"}
Today, 7:45 PM I had experienced same issue when we provide releaseChannel EDGE/LTS and Java version 17 in pom.xml and pick them while deploying in pipelines fixed the issue