Hi all,
I have two pages:
- page 1: insert password → use it to fetch one single record from Airtable → return an array with several properties
- page 2: you arrive here if password is correct and corresponding to one user
Problems:
- the query in page 1 returns an array, but I cannot find the way to show/display/store just one or two variables, included that array, alone
- how can I then pass these variables through pages?
Thanks a lot!
Luca