Detail Page

Hello to all,
I saw few tutorials but I can’t find the correct one for what I want to do. I have a page where I show summary information of clients like name, ID, phone; but there is more info in the database. I created a repeat table with the generator where that is shown, then I create a button in order to open another page with the detail of the clients. I use storage manager to add the var and then in the dynamic event (click action) I set the value and after that the browser action in order to send the user to the detail page. On the detail page, I created another storage manager in other to receive the info and assing the value. My problem is only showing that value. I would like to retrieve all the info that is in the database from that client and show it in the detail page. Can someone light me please. I know that should very easy but I am missing something.

You just need a server action with a single query, filtered by this value.
You include this server action on the details page and bind the data you need on the page. Really similar to this tutorial, just use a single database query instead:

Yes, it works. I didn’t make the all the process before. thanks