Is it possible to create UI components for each result of a query

I'd like to create a text input and a button for each result of an API query... Is that possible?

what about using a listview? it will create a row in the LV for each result in your query, and you define what components exist in each row and can access them using the built in 'i' variable.

2 Likes

I think the question was already answered! listView it is.
Check this guide for further reference on how to do this:

-> Build list views (retool.com)

2 Likes