A business with Agentforce Service (formerly Service Cloud) uses Email-to-Case to create and manage Cases when a support email is sent to their dedicated customer support email address. The Cases are assigned to a Queue when they come in, and the business requires that the Customer Service Team know when a Case is still assigned to the queue but has more than one email from the customer
We can use Flow and a custom field to count the number of EmailMessage records related to a Case to make it easy to identify which records meet the criteria: Assigned to Customer Service Queue & > 1 Email related to it.
EmailMessage relationship to Case.
As a best practice, be sure to build and test Flows in a Sandbox before deploying to a Production environment.
Part A : Add a Custom Number Field to the Case Object to track the number of Incoming EmailMessages related to the Case record
1. Navigate to Setup > Object Manager > Case > Fields & Relationships, and click New to add a new field
Part B: Create a Record-Triggered Flow based on Email Message to Increment the Count of Incoming Emails on a Case
BLANKVALUE({!$Record.Parent.Number_of_Incoming_Emails__c}, 0) + 1
Part C: Make it Easy for Customer Service Agents to find Relevant Cases
Notes:
_________________________________
Written by: Zack Terry | Forum Ambassador
Zack Terry is a Senior Solution Architect at Fast Slow Motion, which aims to be a blessing to business leaders by helping them implement and maximize their use of the Salesforce platform. At the time of writing, Zack has worked in the Salesforce ecosystem for nearly a decade, holds 23 Salesforce Credentials, and has achieved the rank of “All-Star Ranger” on Trailhead. Zack serves as a Trailblazer Community Forum Ambassador, and regularly participates in the community.
Submissions reflect only the opinions of the user who made available the Submission and not the opinions of Salesforce, regardless of whether the user is affiliated with Salesforce, and may contain or constitute products, services, information, data, content and other materials made available by or on behalf of third parties ("Third Party Materials). Salesforce neither controls nor endorses, nor is Salesforce responsible for, any Third Party Materials, including their accuracy, validity, timeliness, completeness, reliability, integrity, quality, legality, usefulness or safety, or any applicable intellectual property rights. Any Submissions made available through any message board or forum in response to posted questions, or that otherwise purports to answer any questions, including any questions about Salesforce or Programs, are made available for your general knowledge only and should never be relied upon as answers to your specific questions (even if an answer is marked as a “best” answer or with any similar qualifications). You should always contact Salesforce support for answers to your specific questions. Salesforce has no control over Submissions, and is not responsible for any use or misuse (including any distribution) by any third party of Submissions.
If you have questions, tap into the wisdom of our entire Trailblazer Community here: https://trailhead.salesforce.com/trailblazer-community/feed
001738815

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.