We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Adding group to Catalog Task watchlist

Not applicable

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

Dinesh Chilaka
Kilo Sage

Hi @Community Alums ,

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;