hello,
can someone help me how can i add values to a data table in a ‘while’ activity? i use an assign activity DT.Rows(DT.Rows.Count-1).item(“column name”) = value that i want
it seems to have only insert correctly the first value, but don’t insert the second value next to come/replace the first value?.. (the data table is not updated with two values but only with one)