Hi,
I have a table which lists people (per line) and their information (columns).
Now, I’d like to generate a link so that each perso can access their data (single line).
A query seems to work, but is not limited to a person - unless creating a required password field or so, and the layout is not very nice.
Any inputs ?
Thanks
When they have a SeaTable Account you can limit the view to users using the User column
1 Like
Hi @Fab
Depending on the number of people and if they have an account or not, you can also :
- create several universal apps (one per person) with a filtered view of the table (each app will allow to see only one line filtered by person’s name). It’s useful only if you have other info to display
- create a unique universal app with a single record page. If you check the Hide toolbar option, users won’t be able to change the displayed record. The links will also be pretty straightforward to generate as it will look like
https://MY_SEATABLE_SERVER_URL/apps/custom/MY_APP_CUSTOM_NAME/?page_id=MY_PAGE_ID&record_id=PERSON_ROW_ID
Bests,
Benjamin
1 Like
Hi, thanks for your answers @bennhatton and @Soonimproveduser.
People would not have an account.
I will further explore app and url options.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.