skip when the updater notifies me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2025 04:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2025 04:36 AM - edited 07-18-2025 04:38 AM
Hi @服部稜 ,
opend_by is a reference field
try this
current.sys_updated_by != current.opened_by.user_name
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2025 05:01 AM
hello, @Chaitanya ILCR
current.sys_updated_by ! = current.opened_by.user_sys_id
By the way, what should I do if voter ≠ updated by?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2025 05:06 AM
Hi @服部稜 ,
try this line
replace your line with below line
current.sys_updated_by != current.opened_by.user_name
if it's not working
what do you mean by voter?
please share screenshots of field and it's backend name and which table you are referring to
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2025 05:11 AM
current.sys_updated_by ! = current.opened_by.user_sys_id
and it worked fine!
I only want to send emails to teams that resolve with voters ≠ updaters