- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2022 01:29 AM
I have a field called "Watcher" from create a incident topic.
So, I have added "Reference Choice" as input and I can select only one user at a time.
But I want to selete multiple user's from the list and update in the incident record.
I have followed the below method to select the multiple user's but it adds the one user as watcher from incident record.
Like, it takes only last selected users from the "Reference Choice"
Solved! Go to Solution.
- Labels:
-
AI Search
-
Virtual Agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2022 09:15 PM
There is one simple minor issue with your design, you have to use the input from the Additional Watchers below the Watcher decision.
There are a couple of components with similar names which could have caused the confusion.
I have modified the topic name to "Add Watcher" for that component to understanding it better,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2022 10:41 PM
the reason is when users click "I'm done" the create incident record action has an empty value in the watchlist and group list which is creating a null value.
Try this option it should work, when users click on "I'm done". create new record action and update all fields except the watch and group list. Then you can link directly to attachments. Finally, you have to amend the card component as shown below, attached XML/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2022 11:50 PM
I have tried that before but in some scenario we select only the watch list and skip the group watch list; in that case, if you see from incident still group watcher shows blank value. How can I tackle that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2022 02:04 AM