I'm trying to output 175,000 lines of data to an excel sheet but it's only capturing 30,000 lines.
Why is that?
@calvincarr29 it should write 175,000 records, are you trying to write into the .xlsx file? can you try with .csv file?
I had multiple multiple outputs running at once. I implemented a Block Until Done and it fixed it.
Thank for always helping me out @binuacs.