I made a search of my repeating group using page parameters but it displayed one similar item three times just like this picture, if I click on the repeating group cell it redirect me to a profile page of another user different from the user I clicked .
Which picture?
If a repeating group is sending you to the same profile, probably your click workflow is not reading the profile information from Current Cell's Data
but from a static place so it redirects the same profile to all clicks.
How do I make a workflow send data from the specific cell I clicked, in the repeating group
Please how do I direct a current click cell in the repeating group correctly in the workflow. Again a single user appeared 3 times like this, how do I make it appeared once.
Either the data source of your repeating group is wrong. Or there are same entries in the database.
Maybe share more about repeating group setup and more about what happens when you click, show the workflow.
Yeah I second this - my first check would be to look at the database as it seems you have multiple / duplicate records.
In regards to the workflow for clicking a repeating group cell and sending that data, my preference is to do it using custom states. I’ve added a short video overview of how I do it below using a ‘ViewGroup’.
Hopefully this helps and is what you were looking for: