Read repeated data in google sheet?

I have a program that reads data from a Google Sheet by entering data from the first column in a text box of the app

(you enter data from one cell from the first column and the corresponding row appears in the row) and everything is fine here. But when I enter data from a cell from the first column and it is repeated in the same column


, the resulting data appears in the first row only. What is the solution to show all the data to the user?

Probably use the Tableviewer extension?

how to use it for repeated data?

Well, you appear to be returning all the data from your sheet as a csv table ?

Convert this to an AI2 list and use it in the extension.

See the Filtered List section of
https://ai2.appinventor.mit.edu/reference/concepts/pholo.html