Hello Community!
I want to get filtered data from Airtable…
Filtered like,
- first get a column, named “Content Genre”.
- Look for each in the column, if Author’s Genres (from his tinyDB) = item (j).
- Then, collecting every item, from column named “Company Name” (only if the above filter applies well in the “Content Genre” column) and show he filtered list in a listview.
More clearly, if item from column = tinyDB Genre, then take the object Company Name and add it in a listview.
When listview item clicked, look for the name in the column Column Name, get the particular row, and text message it’s “Contact No.” object.
This is what I’ve tried so far - (I’m stuck after if…)
Any help is appreciated!
Thanks a lot!