Hi,
I am using Excel Append Range activity to append a DataTable to the first empty row in an Excel sheet. This DataTable only has one row.
BUT, instead of filling the first empty row (i.e. Row 2), it appends the DataTable to somewhere further down and letting alot of empty rows
It only game me correct results the first time i runned the workflow but then when re tried it again it keeps giving me the same problem
How can I fix this?