goodmorning @JEC_Aviation
would you try this in your button?
Sequence(1,thisrow.Registrados.Count()).ForEach(
[Listado alumnos participantes].AddRow(
[Nombre completo],thisrow.Registrados.Nth(CurrentValue)
)
)
Cheers, Christiaan
goodmorning @JEC_Aviation
would you try this in your button?
Sequence(1,thisrow.Registrados.Count()).ForEach(
[Listado alumnos participantes].AddRow(
[Nombre completo],thisrow.Registrados.Nth(CurrentValue)
)
)
Cheers, Christiaan