Hi,
How do i create specific user in list view. for example i want user ‘halim’ record only to be display in screen 2. Maybe this is basic but i could not figure it out
here it is my block.
screen 1
screen2
airtable db
Hi,
How do i create specific user in list view. for example i want user ‘halim’ record only to be display in screen 2. Maybe this is basic but i could not figure it out
here it is my block.
screen 1
screen2
airtable db
What you need to do here @ozel1978 is a reverse-lookup.
So, given the userID
in the sign in page, you would need to search your Airtable for the user with that corresponding userID
and then show their Name
on the next page.
Hope that helps.
Dom,
so meaning search activity in sign in page?