Adding group to Catalog Task watchlist
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hello,
I have a flow where I am doing a lookup on a group and looping through and adding to flow variable. Then I would like to add to watchlist. Any assistance is appreciated.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @ChadWilhelm ,
Better try this below script
If(fd_data.flow_varibles.variable){
return fd_data._4__for_each_item.user.sys_id;
}
return fd_data.flow_variables.variable+","+fd_data._4__for_each_item.user.sys_id;
