How to add a email address to the watchlist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2022 12:20 AM
Hi All,
I have requirement to add a email address to the existing watch list Via workflow
In the Catalog item there is a Reference Field, where it is mapped to watch list in the RITM from the workflow, In addition to the mapping I need to add one more email address.
Refernce field name: watchlist
Field on the RITM: watch_list
email (abc@xxx.com)to be added to be the watch_list after the request logged
Thanks in advance
- Labels:
-
Request Management
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2022 12:28 AM
Hi,
You can try this script in workflow Run script activity.
current.watch_list = current.variables.watch_list_variable_name;
Thanks,
Sagar Pagar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2022 12:29 AM
That additional email you want to set it on watchlist is that static value or you have stored it in variable?
Harish