Iterate through query result and add inputFields

Hi,

i have a datebase table called 'Questions'.
ID | NAME

Now I want to iterate through the result and wanted to show the NAME and add an InputField with the Name of NAME below.

How could I do this?

Welcome to the forum!
Have you read through and tried any of the tutorials?

Yes, but I did not get it running..

I am looking for something like this:
query1.data.forEach(row => newTextInput TextInput.Name = data.Name)

You cannot create components via code

but you can use a listView component