Max lenght write line

Hello,
during my process i process some orders and any data is stored in a datatable and at the end i print in excel file.
Yesterday i’ve seen that, for see my logs on orchestrator i put a write line with a string type of data table.
After about one hundred rows the write line no longer writes but i have something like this "“thisisthe100thro…” like there’s no more space, how can i handle this?

Use log message activity, and put your strings in log message and it will be visible in your orchestrator.

1 Like

Use log message activity and set level as trace or Information and you will be able to see it in your orchestrator.

So write line has a maximum lenght?
In your opinion even if i don’t see all the results the datadable is complete and filled?
There is a maximum size for datatable?
Thx