Need help filtering data from Airtable

Hi all,

Super new to Thunkable here, but I have encountered a problem which I cannot solve myself or by browsing similar topics on this forum. I hope that you are able to help me!

I’m building an app to show users different reviews for different items. I have a database set up in Airtable and succesfully connected to Thunkable. My Airtable database consists of three columns (Category, Product name, Product description) and a whole bunch of rows with the products.

On my first screen I want users to click the category that they want to explore e.g. “Washing machine”. I have created a simple list, that lists the unique category names from my table in Airtable:

This works flawlessly. Now here comes my troubles: When users click the category, I want them to go to a second screen where I display the products from my database (in a list for now, but in a custom data viewer in the long run) that match the category that they selected previously (filter the data based on a condition).

The closest I have come to a solution is below, but that just inputs a single letter in every line in the simple list.

Any help would be appreciated, thank you!

Hello @stolbjerge7o2v9
Have you tried to use filter view and a data viewer?
You could set the condition on the filter dynamically using the update filter block.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.