How can I select multiple user's as watchers from Virtual Agent?

Vijaya13
Tera Contributor

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"

 

find_real_file.png

1 ACCEPTED SOLUTION

There is one simple minor issue with your design, you have to use the input from the Additional Watchers below the Watcher decision. 

find_real_file.png

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,

find_real_file.png

 

find_real_file.png

 

 

View solution in original post

17 REPLIES 17

Vijaya13
Tera Contributor

Please check my XML file of topic I created

Also, additional user record action perform before the incident create or after the incident create.

?

 

Hi Vijay,

I first created an Incident, and then used the "record action". This would be much easier to update records without code. 

I will load your XML and will try it. 

Thanks

 

There is one simple minor issue with your design, you have to use the input from the Additional Watchers below the Watcher decision. 

find_real_file.png

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,

find_real_file.png

 

find_real_file.png

 

 

It worked now.. Just small query: if we don't select any user from watcher, then from fulfuller end incident ticket, it add the user as blank like I showed in previous image.. Why is like that?