- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2022 11:24 PM
I have a watchlist on catalog item as shown in snippet. the number of people added to that watchlist variable need to be autopopulated in the RITM watchlist as shown in snippet. How do i achieve that?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2022 11:34 PM
Hi are you using workflow for this item? If yes than pass this in run script
current.watch_list = current.variables.variablename;
Harish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2022 11:34 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2022 11:34 PM
Hi are you using workflow for this item? If yes than pass this in run script
current.watch_list = current.variables.variablename;
Harish