I have a dataview and I have connected this to a air table data source and can retrieve data.
However I would like to get selected data from the airtable database to the dataview from blocks , but I cant find a solution for this?
//T
I have a dataview and I have connected this to a air table data source and can retrieve data.
However I would like to get selected data from the airtable database to the dataview from blocks , but I cant find a solution for this?
//T
Are you wanting to display only certain Airtable rows in a Data Viewer List (or Grid)?
If so, I recommend that you use the Airtable API and the filterByFormula command. To get started, Google filterbyformula airtable Thunkable and you’ll find several topics related to that.
If the rows in your Airtable are only few I would use the hide/show rows of the DataView to achieve what you want.
See my sample project
https://x.thunkable.com/projectPage/6182dddab8ae1a001142ac60
@muneer has a good suggestion but I also forgot to mention that you’d need to delete all rows from the local data source synced to the Data Viewer and then create a row in the local data source for each row of the Airtable database.