Skip to main content Salesforce and Tableau exam registrations are now closed through July 21st. Learn more about the new Salesforce certification experience coming soon.

Feed

Connect with fellow Trailblazers. Ask and answer questions to build your skills and network.

Hi I am not getting the option to add chatter expert and I keep receiving this error

8 answers
  1. Nov 19, 2021, 7:02 PM

    I needed to create a new playground mine did NOT have chatter expert and creating that did not help. 

0/9000

Hello.  

I am trying to create a screen flow that will ask the user to search for existing Opportunity records. The results should only return records where the checkbox field 'Lead' equals 'true'. I know how to add a lookup component to a screen flow but, not sure how to add the criteria. Please help! 

Please let me know if additional information is needed.  

Thank you, 

Nancy 

  

 

#Flow  #Screen Flow  #Salesforce Admin  #Salesforce  #Automation

3 answers
  1. Today, 4:08 PM

    Hi @Nancy Magalhaes

    of course, my apologies I misread your post initially.  

    So in your scenario you can use a 'Choice Lookup'. Drag the Component onto the screen, then click into 'Choice' and Select 'New Choice Resource'. 

    • for resource type select 'record Choice Set'
    • Set an API Name
    • Select your Object
    • Then set your Conditions and enter a Field Label

    Hi of course, my apologies I misread your post initially. So in your scenario you can use a 'Choice Lookup'.

     

    This will show your end user the filtered list of records :)  

     

    Anything else let me know!

0/9000

Hi, 

 

During the exercise inside the playground, I am asked to create a new "data cloud related list" and insert the value "ExternalReservation" as a data cloud object but it is not present among the fields that can be selected. 

How can I proceed?  

Thanks  

Ivano Scavo

 

 

#Trailhead Challenges

2 answers
0/9000

Hola, para este challenge: "Now change the label of the Rating field to Prospect Rating.

  1. From Setup, enter Rename Tabs in the Quick Find box and select Rename Tabs and Labels.
  2. In the Action column, click Edit in front of Accounts.
  3. Click Next.
  4. Find Rating in the list of standard fields and change Rating to Prospect Rating in the Singular column." No me deja llegar a Rating, me pide cambiar el nombre, alguien sabe que puede ser?

#Trailhead Challenges

0/9000

Using the Salesforce API, is there a way to log a task to a cadence step so that exit automations and branching logic apply? We are programmatically completing the cadence step and then creating a new task, but nowhere in the documentation did we find the ability to associate that task to the cadence step, so that that task can trigger cadence exit automations.   

 

@* Salesforce Developers * 

1 answer
  1. Tom Bassett (Vera Solutions) Forum Ambassador
    Today, 3:56 PM
0/9000
2 answers
  1. Today, 3:53 PM
    Hi, i want to create my own company without using the company information of my actual company where I'm working
0/9000

I have a flow that is supposed to send an opportunity for approval.  I keep getting an error message when I debug that says No Applicable Approval Process is Found. 

 

The criteria for the approval process it is supposed to go down is 

Stage = Booked 

Test Account = FALSE 

Approval Status != Approved 

 

All of these things are true on the opportunity record. 

I also have the Initial Submitters set to All Roles, as well as the creator and owner, so that should not be an issue. 

 

Is there anything else I am missing? 

 

#Approval  #Flow

4 answers
  1. Today, 3:46 PM

    But does the Opportunity record that go submitted meet the Entry Criteria?   

     

    Can you post a screenshot of the Opportunity record that triggered the error AND screenshots of the Approval Process and Entry Criteria  

     

    Also, can you verify that the Approval Process is ACTIVE?

0/9000

Step not yet complete in My Trailhead Playground 1

We could not find an OAuth authorization for the connected app ‘Global Connected App’ or ‘Salesforce CLI’. Make sure to authorize your Dev Hub org with the Salesforce CLI. 

 

#Trailhead Challenges

4 answers
  1. Jun 29, 8:08 AM

    It means you haven't yet successfully authorized the Playground with the CLI. 

    Enable Dev Hub in Setup if not already. 

    sf auth web login --set-default-dev-hub --set-alias MyHub --instance-url

    https://test.salesforce.com

     

    Log in via browser and allow access.

    Confirm with sf org list 

     

0/9000
7 answers
0/9000

I am working with a CRMA dashboard where the user is able to select the Top X (20 by default) Accounts to be visualized.  

I want to dynamically show the X number in a tooltip connected to the user selection, whose query API name is "input_2" in this case. 

I have clicked on "Add Query Data" from the tooltip and chosen the "input_2" query as Dynamic Data Source. However, I don't have any option to customize the interaction type ("result" vs "selection"), which in this case would be "selection" since the number is based on the user input. Therefore, if I change the input number to 30, for instance, I keep seeing "Top 20 Accounts" in the tooltip, but what I want to see is "Top 30 Accounts". 

As a workaround, I have manually updated the interaction type value ("sourceType" field in the JSON) from "result" to "selection" in the JSON code of the dashboard and it works as expected.  

However, I am afraid this solution is not scalable and I'm pretty sure it was possible in the past to customize the interaction type directly from the tooltip when clicking on "Add Query Data". 

Was there any recent change to CRMA that impacted this functionality? Is there any other solution to achieve the same result. 

Thanks! 

  

How to make a tooltip text dynamic based on a user selected parameter?

 

 

Screenshot 2025-07-09 at 17.41.34.png

 

 

Screenshot 2025-07-09 at 18.00.43.png

 

 

2 answers
  1. Today, 3:35 PM

    I'd say the way you're doing it correct. Wouldn't know a different way. 

    The option the select between result and selection is available in other places, like reference lines in charts and of course in the binding editor itself.

0/9000