Hi there, I have an issue that I believe should be easy to fix, but for some reason I cannot figure it out.
I want to create an individual page for each user, i.e. domain.com/page/user-slug … displaying the user’s data for everyone to see.
Ideally, the user can then click from their user dashboard (populated with “current user” data) to their own page and share the URL with their friends.
I tried to achieve this by sending the user’s data to the page (called “list”). But the data that is being sent is always “current user”.
So even when I set the data source of the list page to “Current page user”, it does not display just the user’s data. It only displays user data when the user is logged in (i.e. “current user”) and nothing when the link is viewed by someone who is not logged in.
I am sure there must be some solution to this that I am not seeing.
Thank you so much for the help!