im new to bubble my problem is i dont know how to do it the issue is when a user clicks on text user it has to navigate to the new page and display all the users details in the app
From what I’ve gathered, you are have multiple users you are trying to display, and when one of them is clicked you want to go to their profile page. To do this you need 2 pages.
On the first page you need a repeating group. In this repeating group you need to set the type to user and the data source is do a search for users. What this does is in each cell of the repeating group there will be a different user, and the elements you put in there can use that user datatype to look different from eachother. You can put in their names and profile pictures and whatever you want in each cell. Then you want to create a workflow for whenever their name is pressed. This workflow says navigate to page 2 and send the data of current cell’s user. On this page you can also add elements and use current page user as the data behind it.
Yes, I understand what you’re trying to do, and it really is about as simple as it gets with Bubble to to that…
But, as @wknepp points out, if you haven’t even learnt the very basics of using Bubble yet (such as how to do what you’re asking about), nothing anyone explains in here is going to make much sense to you…
So spend some time learning the basics, then you’ll see how simple what you’re trying to do is.