And again if I don’t know how and where you will store all the contents I can’t help you I can only share you general information like the Docs of thunkable.
1- You tried to paste all data in the internal table, it works?
2- the 8 types are random in the database? If yes you need also a sort procedure
3- How you store data? A column for title, one for content and one with the text?
4- How many informations you have in the table (or you have to manage with the table)
Here a little example, don’t see the name but only the kind of blocks, to show you that there are a lot of way to get data.
- The first example get a row from the database, I have to find the ID of the row searching the ID list at the same position of the clicked item in the listview, if data was stored right both in app and in the table.
- The second get a single value, only a cell
- The last get all the column named Book
