Hi everyone,
what I’m trying to do is the following:
Let’s suppose that I have an AirTable table with 4 columns (let’s say email, phone, name and surname). I would that my app shows a list of all rows of the table (hiding the columns email, phone) and then once a user clicks on a certain row , it will open a detailed box with also email and phone.
So quick recap: list of all rows (but 2 columns) and when click on a row will show somehow all columns.
Thanks in advance!