DeepLink to secondary app exposing public userData Get Userprofile public data

Hi,
I use DeepLink with 2 apps (one private other public with same datatables)
I search to expose some public UserData based on their public User_profil in one unique single page.

The secondary app has only one page to see.No cat, No filters
Deeplink generated are #dl/1717d or https//. /dl/1717d but always the same number for all users!
If I change my user manually I have always the same deeplink generated, but users are not identical.
In the tut of @Petitto the rows are IdRows to every item, but in one single page with UserProfiles and No login access how to get One page by User and passing UseInformation?

Advice plz
Good day.

I’m not really sure that I understand your question, but here is what I think the solution is:


As you can see, this is a user-table fed page. The link will be the same for everyone.


You could customize the detail page to display data. Now the user has their own unique-link page.


Here you see that I have removed the “breadcrumbs” component, further making a “custom” page based on user data.

Hope I answered your question!

Hi,
Not really. In this case User1 and User2 are not members of private UsersProfil (owner Id@email) private and logged.

This is my question:
App1(private)
UserProfil (private and loggedIn)
rowid1 User1 id@email1
rowid2 User2 id@email2

App2 public (public and no login need)
Userprofil 1to1 relation to UserProfil_public
Need generate for each private owner Id@email one public Userprofil related to this id@email.

All tables are shared

I search to allow access in one public page the userInformation authorized by the user of private solution.
How to pass UserInformation from private Userprofil to a public Userprofil to be able to access in one public webpage and get a Deeplink reachables.

thanks

Really sorry: Can you take 1 or 2 screenshots please? Still don’t 100% understand.