- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2023 08:09 PM
We have a catalog item "Archive user" It has a variable "User to be archived"
When the request is submitted I want the user to be automatically removed from the group.
My problem is I cannot do "each itemin" as it wont let me drag and drop the data pill. How can this be achieved?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2023 08:55 PM
you want to remove only 1 user or the variable holds multiple users?
what type of variable it is?
if it's reference then no need to use For Each action.
you can directly use delete record action
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2023 08:55 PM
you want to remove only 1 user or the variable holds multiple users?
what type of variable it is?
if it's reference then no need to use For Each action.
you can directly use delete record action
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2023 10:00 PM