Little help here.
I am trying to allow one user to visit other users profile. How I did is that I made a repeating group which shows the list of all users.
I set up the repeating group like this.
Type of content - profile
Data source- search for profile
Type - profile
Then I added a textbox and made like this
Current cells profiles Creators name.
Then I added a work flow to this like
When the text is clicked- go to page profile
Data to send- current cells profiles creator
Also the type of content of my profile is USER
This is how done it. But when I click the user it is always showing the data of current user. Not showing the data of expected user. can you please help me out.