So, i’m trying to add the ratings component to a seller profile.
To get to the sellers profile the user clicks on a listing in the store and it takes them to the sellers profile.
The information that gets pushed to the seller profile is the “current listing” information which is fine. From that I easily set up the sellers profile picture as seen below as well as the sellers current listings, also shown below:

What i’m having an issue with is when I add the rating component and I want it to change the current users seller rating (a field in the User collection) it will only let me select current listings> User> Logged in user> Seller Rating. For some reason, its putting in the “logged in user” which obviously will update the logged in user not the user who’s profile is being viewed.
Is this a bug or am I doing something wrong?
Thanks!