Show specific rows from airtable in a data viewer list

Hi thunkers, I’m new in thunkable and I really need help with this: I have a data viewer list connected with a base sheet in Airtable already with the UserID as a column taken from Firebase. I’m trying to show the information of the data viewer list only from the current’s user, in other words, get and show from airtable only the rows which contain the current’s user ID. Thank you!

you mean when user login he will get his information on the page?

1 Like

in the realtime DB rules page, enter auth !=null in airtable you can’t really use auth

1 Like

Yes, and his info is shown in the data viewer list. Ideas for blocks?

1 Like

I’m using airtable as DB for a data viewer list. Do You think I should change my database? Ir would be easier in realtime DB or in a Google Sheet to do what I need?

1 Like

See this example
https://x.thunkable.com/projectPage/5fb9fb1dbfeb240011084d78

I’m taking the selected category from first table and then loop through the second table to extract only matching records and append them in the third table to view the result in a DVL.

The other way is to use Airtable API to extract the matching records.

If you need to view your table using DVL then you are limited to 3 choices

  • Airtable
  • Google sheet
  • Local table

If you opt to use Firebase then you need to select the required data and save it to a local table which is bound the your DVL.

2 Likes

I think the use of the Airtable API would be a solution, but again, I need help with the blocks in getting only these specific rows with Airtable API…any example of that? Thank you!

1 Like

@filgueira.pholxc0u
You can find great tutorial made by @darren here

1 Like