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개
Michael Brown (Salesforce) Forum Ambassador
Awesome, it does look like Case Comments are supported on record triggered flows, so you could do something like this.
- Have a flow fire when a Case Comment is created.
- Use a Get Records to find how many case comments are on the case
- Populate a number variable with the count of this query + 1
- Using a formula, update the CommentBody a concatenation of your number variable and the existing CommentBody