Skip to main content

Hi Trailblazer, 

 

I hope this message finds you well.

 

Can we add a comments number in Salesforce cases? 

 

For example for comment 1- Comment#1 

for comment 2- Comment#2  

 

I have attached a screenshot

 

Thank you in advance for your time and support. 

 

Kind regards, 

Yogesh

2 answers
  1. Michael Brown (Salesforce) Forum Ambassador
    Dec 14, 2023, 2:48 PM

    Awesome, it does look like Case Comments are supported on record triggered flows, so you could do something like this. 

     

    1. Have a flow fire when a Case Comment is created. 
    2. Use a Get Records to find how many case comments are on the case
    3. Populate a number variable with the count of this query + 1
    4. Using a formula, update the CommentBody a concatenation of your number variable and the existing CommentBody
0/9000