Sorry I am not familiar with the database stuff. But I have a list with 70 rows and 10 cols in my database as a collection and each cell has some texts. I want to download all those texts to the local storage when user click the start button. Then later I already use the math.random() to generate a number between 1 -70.I want to use this number to find the matching row in the list and draw the corresponding 10 cols texts to a popup. Is this possible to do with appery code or I have to do the text array input manually?
please help!