Skip to main content

Feed

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

Good afternoon gurus. I am trying to write formula to sum the number of 'no' values found across multiple picklist fields so I can show a total count.  

 

for example if picklistA = NO ,  picklistB = NO and  PicklistC = No  the result would be 3 

 

if for example if picklistA = NO, picklistB = NO and PicklistC = YES  the result would be 2 

 

I tried doing this based on an example I found.  

VALUE( 

  CASE(ISPICKVAL(Picklist_Field_1__c, "No"), 1, 1, 0) + 

  CASE(ISPICKVAL(Picklist_Field_2__c, "No"), 1, 1, 0) 

 

But I get the error  Error: Incorrect argument type for function 'CASE()'. 

 

 

 

#Salesforce Developer  #Formulas  #Salesforce Admin

6 answers
  1. Today, 9:57 PM

    @Keiji Otsubo

    , thank you for your response. I tried it but got a new and improved error.  

     

    Error: Incorrect parameter type for function 'VALUE()'. Expected Text, received Number 

0/9000

I have followed along the modules before this one - https://trailhead.salesforce.com/content/learn/projects/use-external-services-with-a-flow/create-a-flow-using-external-services-actions?trail_id=force_com_admin_intermediate

 

But still when I try to connect the action element to the decision element I am getting an error saying fault flow.   

  

Create a Flow Using External Services Actions - I did everything as mentioned in the module but still I see fault when I connect action to decision

 

Error Message:

 

We can't find the correct target assignment in the 'Add Bank Account' action. Make sure it points to the 'Bank Account Updated?' decision (API name: Bank_Account_Updated).

 

 

I did run the flow in debug mode and got this  

 

Debug Error Message.png

 

#Trailhead Challenges

1 answer
  1. Today, 10:11 PM

    Can you provide a screenshot of the properties of the Add Bank Account action?

0/9000

At our non-profit, we need to drive through communities and service residents on both sides of a street. 

 

Currently, when we 'optimize route' in Salesforce Maps, it directs us to go all the way down one side of a road, then all the way back up the other side. It is much more efficient to zig-zag, meeting residents on both sides of the street as we go. 

 

Is there a customization we can make to Optimize routes this way? 

 

Thank you so much! 

 

#Salesforce Maps  #Nonprofit Success Pack  #Nonprofit Cloud

0/9000

I have followed the instructions and moved to the verification step; however, I received the following error message. 

 

Step not yet complete in Data Cloud and Einstein AI

It appears that the Unified Link 2 Flow element is not configured with the correct settings for the second filter. 

 

#Trailhead Challenges

4 answers
0/9000

I am finally getting to completing the training for Flow & I can't get the hands-on activities to work. Is anyone else having this issue? It's very possible that I am doing something wrong, but is there any troubleshooting out there?  

 

Thank you!  

 

#Trailhead Challenges

1 answer
  1. Eric Burté (DEVOTEAM) Forum Ambassador
    Today, 9:55 PM

    Hello @Marissa Carpenter make sure to be logged in (avatar icon in the top right corner) then if you keep on facing issues in your playground, please try to create a brand new playground to take again the challenge (3 dot icon next to the Launch button in the Challenge section > Create a playground). Eric

0/9000

I have set up a Queue that is supported by the Task Object. I've provided an email address in the Queue Email field. I've also set the Send Email to Members checkbox to TRUE

 

However, when a Task is assigned to the Queue, neither the Users assigned to the Queue nor the Queue Email receives an email notification that a Task has been assigned to the Queue.  

 

How do I get the latter, Queue Email, to receive an email notification that a Task has been assigned to the Queue?  

 

Thank you! 

 

#Queue  #Task Queue Notification

0/9000

I have completed this multiple times, and even created a new playground and did it all again and I keep getting this random error message.  Please help.  

Help with Create a Suggestion Box App

 

 

1 answer
0/9000

I have embedded a chart from a report into an individual record (a custom object to summarize some things). 

 

The chart within the report is a stacked bar chart. 

My embedded chart won't stack

But in the embedded record, the bars are not stacked. It's the same chart, how can I make the one below, which is embedded, stack? 

 

 

not stacked.jpg

 

 

 

#Reports & Dashboards

1 answer
0/9000

Hi everyone,

I'm currently working on creating an agent at Agent Builder of the AgentBazer Champion, but I'm facing an issue where the EinsteinServiceAgent User option is not appearing in the feature selection step. I've verified my permissions and setup, but I still can't see this option on my screen.

Has anyone else encountered this issue or knows how to resolve it? I would really appreciate any guidance or steps to fix this.

Thanks in advance for your help!

Best regards, 

 Bharath

Unable to select the EinsteinServiceAgent User option

 

Screenshot 2025-06-15 at 7.35.02 PM.png

 

#Trailhead Challenges

0/9000