Hi there. My apologies if this has already been asked, but I can’t seem to find it on the discussion board after about an hour of reading through.
I am using airtable, and I have 3 linked tables. I am building an app for my teenager to record all her volunteer hours, places she volunteers (and relevant data) and the like. I have added firebase auth for authentification in case her friends also want to use the app when its done.
Now,my problem is that my airtable is setup as 3 tables. In one of my thunkable screens, I display all the ‘places’ and allow users to create new ones. This is my default airtable table. However, I also want them to see all their ‘hours’ and to create new hours to the db (linked to the place that is already created). I cannot seem to do this. I cannot seem to change the tablename (even with (from spreadsheet set tablename to) GetAllRows still returns my default tablename.
Any suggestions for me?
Ideally, I’d like to set the results of the query into a table display. I haven’t figured out that yet either. I seem to be able to return ros or column names. Will I need to loop through the data somehow? If I do that, how do I make sure it all matches up correctly?
Many thanks in advance for any help you can give me.
Kindly- Jennifer