Redirect user to profile page

Question:
I’d like to know how I can have a user redirect to his or another user’s profile page.

Product:
Wix Editor
What are you trying to achieve:
I have a table with users names and email addresses. I want a user to be able to click on a member and redirect to that member’s profile page. The built-in Public Profiles page is difficult to use, one reason being that it can’t be sorted alphabetically.

What have you already tried:
wixLocation.to(/Members/${wixUsers.currentUser.id}/profile);

Additional information:
[Include any other pertinent details or information that might be helpful for people to know when trying to answer your question.]