Salesforce does not natively display the Task Comments field in the Activity History or Open Activities related lists. This is by design — the Comments field is a Long Text Area and is not available as a column in related list views.
This article explains how to use a custom text field and a Record-Triggered Flow in Salesforce to surface task comments in the Activity History or Open Activities related list.
To display task comment data in the Activity related list, create a custom field to store the comment text, then build a Flow to automatically copy the Comments value into that field.
IF(LEN({!$Record.Description})>255,LEFT({!$Record.Description},252)&"...",{!$Record.Description})Note: The Task Comments field is a Long Text Area that may contain more than 255 characters. This formula captures the first 255 characters and appends "..." if the content is longer. This is a known limitation of the workaround.
000387482

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.