unique users with forever-loop

Having a forver loop like this:

`

Your feed is inside the forever loop so, you’ll pop a record on every iteration and the same virtual user will change memberId.
If that’s not what you want, move the feed before the loop.

I want to have a unique user for every iteration (the same user should never do my exec more than once during the whole test.