Get value from table using repeater into each text input generated

Hi,
I’m trying to figure out to make this possible but I don’t know if is possible

Table in database has this columns:
-id
-id_est
-id_clase
-asis_1
-asis_2
-asis_3
-asis_4

Wappler structure is something like this:
-serverconnect1
-Form
–Div Repeater (4 times)
—Name
—Text Input (to get asis_1, 2, 3 using incremental number)

What I’m trying to do is to get into each Text Input generated by the repeater the value from respective column asis_1, asis_2, asis_3 and asis_4 from table in the database.

I not know how to do it, I’m trying this, but is not working:
dmx-bind:value="serverconnect1.data.buscar_registro_asistencia.asis_{{($index+1)}}"

Thanks.

Community Page
Last updated: