Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Duplicate Case comments added when added in the portal

mounika107
Tera Contributor

Sometimes, when customer is trying to add the comment in the case in the csm portal, the comments are adding mutliple times where it should be added only once. Please help

mounika107_0-1762870702893.png

 

5 REPLIES 5

Vincent_Shaw
Giga Contributor

Hi @mounika107, duplicate comments in the portal usually happen if the submit button is clicked multiple times or if there’s a frontend/backend sync issue. Try implementing a one-click submit lock on the comment button and check if any auto-refresh or retry logic in the portal is causing duplicates. Also, review server logs to see if multiple requests are being processed for a single comment.