Hey everyone, I’m guessing this is an easy question, but I have a datatable with two integer columns; the first one auto-increments and the second one I want to pass values to each time I go through a while loop.
I have a variable ‘vDays’ that I want to put into the datatable ‘vMyDatatable’ column number 2. How do I do this, and can it be done through an assign variable? I get an error with an assign variable when using vMyDatatable(“Column2”) = vDays .