How can I exclude notifications to myself when I make the changes?

I've seen like questions in the SS community, but I'm not having success following the suggestion of unchecking the box "Include my changes in sheet notifications" in my Personal Settings. Please advise. Thank you.
Best Answer
-
Hi @tlechi , great point!
You're right that the formula works best when it's just one contact, but here's something that might help even when multiple people are commenting.
Since the Latest Comment column always reflects only the most recent comment — including who made it and when — the logic still holds up. Even if multiple people comment around the same time, Smartsheet processes them one at a time in the order the server receives them. So the Latest Comment will always represent the valid "last" comment, and the check to see if it's you will continue to work reliably.
Also worth noting: adding a comment doesn't even require saving the sheet, so the update to the Latest Comment field happens independently of other edits — meaning this method remains consistent even when multiple users are working on the same row.
There may be edge cases, but in most typical scenarios, this method seems to work quite well.
Answers
-
Hi @tlechi
In the demo sheet below, I added a [My Comment] checkbox column with the following formula;
=CONTAINS(me#, [Latest Comment]@row)
Note: me# is the text value of my contact + " - " held in a Sheet Summary field.
Using the [My Comment] as a workflow condition, I can send an alert to a different set of contacts, including me and excluding me.
-
Thank you. This works for 1 contact, but I have multiple contacts entering comments to a row that may or may not be a Lead on a project.
-
Hi @tlechi , great point!
You're right that the formula works best when it's just one contact, but here's something that might help even when multiple people are commenting.
Since the Latest Comment column always reflects only the most recent comment — including who made it and when — the logic still holds up. Even if multiple people comment around the same time, Smartsheet processes them one at a time in the order the server receives them. So the Latest Comment will always represent the valid "last" comment, and the check to see if it's you will continue to work reliably.
Also worth noting: adding a comment doesn't even require saving the sheet, so the update to the Latest Comment field happens independently of other edits — meaning this method remains consistent even when multiple users are working on the same row.
There may be edge cases, but in most typical scenarios, this method seems to work quite well.
-
Thank you for your attention on this.
-
Happy to help!😁
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.4K Get Help
- 465 Global Discussions
- 156 Industry Talk
- 510 Announcements
- 5.5K Ideas & Feature Requests
- 86 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives