Not applicable

Hi @mcroxall ,

  1. Add a “For Each” loop BEFORE the lookup, that iterates over the user list (e.g. user_list_approved).

  2. Inside the loop, move your "Look Up Records" action there — and now filter by current item of that loop instead of the whole list.

  3. Then, keep your existing inner “For Each” to update each record found per user.