I tried to export a data table to excel using Write Data Table to Excel. There are more than hundreds of data needed to be saved to excel. When my query is done running and I tried to write line, the data are successfully outputted as I expected, but when I write it to data table, it just keeps replacing at the same cell. I tried 3 solutions I can do :
Check append on write data table and I got error like this :
I tried to use append range. But the question is, how do I fill the “Excel Range to Append” when the number of data table itself changing depends on the database?
Tried to pass it into Add Data Row, and I got an error :
Add Data Row: Cannot set column ‘Column_Name’. The value violates the MaxLength limit of this column.
Any solution for this? I need help for this urgently
Can you please let me know which cell keep on replacing
FYI - in Write data table to excel activity you have mentioned the Range as (A:B). I guess its not the right way of passing range. It should be like (A1:B1)