- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours 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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
You're looking up the sys_user_grmember record but passing back that record's sys_id. You'll need to change that peice of your code to:
fd_data._4__for_each_item.user.sys_id.toString()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
You're looking up the sys_user_grmember record but passing back that record's sys_id. You'll need to change that peice of your code to:
fd_data._4__for_each_item.user.sys_id.toString()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
28m ago
Thanks Jennifer.
