Use a repeating group of one row one colum
Set it to search your data. For now let’s call it thing (I will assume it has a field called name of type text) so the search would be “search things”
Inside the row place a container group and set it to “current cell’s thing”
Inside this container group place one text (and later add more texts or other elements as needed) and set this dynamic expression “parent group’s thing name” in the text element.
Let’s assume you have entries of things with names in the dB, if not just create a few. Hit preview and they should display as you designed it. If you have a thing with name called “cat” it will display on the first row, a second thing with name “dog” will display on the second row, and so on.
Hope this helps 