Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2025 12:19 AM
Hi @mcroxall ,
Add a “For Each” loop BEFORE the lookup, that iterates over the user list (e.g. user_list_approved).
Inside the loop, move your "Look Up Records" action there — and now filter by current item of that loop instead of the whole list.
Then, keep your existing inner “For Each” to update each record found per user.