- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2020 09:17 PM
Hi,
I want to see the duplicate email users in the list view of User Table without using of show matching. Help me in this.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2020 11:38 PM
Hi,
please use [IS ONE OF] operator
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2020 11:39 PM
Hi,
it worked well
For multiple emails use [IS ONE OF] operator
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2020 11:16 PM
Hi,
thats because you are trying to return an array of emails with = operator.
Could you add gs.log(answer) in Si and chck if you are getting the array of emails there or not.
Can you tell me how you are calling the script include
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2020 11:19 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2020 11:44 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2020 12:01 AM
Hello Gopal,
I noticed that you have marked my comment as a correct answer earlier but now it is not. You can mark only 1 comment as a correct answer but can mark other comments as helpful.
Kindly check and mark the appropriate comment as a correct answer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2020 10:49 PM
Hello,
You can refer https://hi.service-now.com/kb_view.do?sysparm_article=KB0716330,
Please mark as Correct/Helpful, If you find any solution
Thanks...