- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2022 07:07 AM
Hello,
How can i add an external email id 's in service portal same as IT view
below image is service portal i am not able to add external email id's
Below image is IT view i want same in Portal how can i achieve that
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2022 07:19 AM
Hi,
I am able to add email in watchlist on portal.
Enter emailId and press ENTER, or select the email Id shown in below suggestion list.
Thanks,
Anil Lande
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2022 08:40 AM
Hi,
This functionality is not supported on List collector Variable in Service Catalog form.
The workaround is to add Single Line text variable for email address and user can enter comma separated email.
In record producer script you can concatenate two variable so that watchlist will have complete information.
The producer script would be like below:
current.watch_list = producer.watch_list.toString() +','+producer.emails.toString();
Thanks,
Anil Lande
Thanks
Anil Lande