Hello, I have problem with adding rows into table.
When I try with Add Data Row activity, I’m getting error: " Input array is longer than the number of columns in this table" although CurrentRow has same number of columns like table tabelaZaBrisanje
The error message tells you the problem. The number of columns in your datatable is not the same as the number of columns in the row you’re trying to add.