Adding group to Catalog Task watchlist

ChadWilhelm
Tera Contributor

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.

Screenshot 2025-11-12 at 10.59.11 AM.png

Screenshot 2025-11-12 at 10.56.59 AM.pngScreenshot 2025-11-12 at 10.57.16 AM.png

1 REPLY 1

DineshK24367716
Tera Contributor

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;