In Flow Designer - how do add people to the watch list

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2021 09:26 AM
I am currently working on a new flow where it simply updates the record in the following 2 fields:
Assignment Group = xxxx (i know how to do this part)
Watch List = multiple people (cant seem to get this part to work)
My question is, how do you list out multiple people on this field. Is it by email, name, etc trying to keep this as low/no code as possible.
Thank you
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2021 12:12 PM
First part of your problem -
- Create a flow and add the trigger as per your need.
- Select Action - Create or Update record.
- Select the table where you want to update the above fields.
- Select the field and its value as shown in the image below.
I would like to mention, this is a static method to assign users. Please mention if you want to know about the dynamic allocation of users to the Assignment group field.
Hope you find this correct & helpful!
Thank you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2021 12:25 PM
Hello,
As per my question "Assignment Group = xxxx (i know how to do this part)"
What i am trying to figure out is how do you add multiple people to the watch list, is it by email, name etc. And what is the correct format? i.e. separate by comma, semi colon etc

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2021 12:32 PM
It looks like that field is a comma-separated list of sys_id's. (I got that from this previous thread.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2021 12:39 PM