I have a gallery with these three columns:
I'm trying to make a collection duplicating this - but instead of collecting the three rows, it repeats the first row three times:
This is the code im currently using:
ClearCollect(
colNyeRaderFraExcel;
ForAll(Galleri_lim_inn_fra_excel_HØP.AllItems ;
{
konto: card_konto.Text;
ansvar: card_ansvar.Text;
funksjon: card_funksjon.Text
}
))Thoughts?

Report
All responses (
Answers (