The Inspire Pin contest has begun! Win a free pass to Inspire by submitting your design to be made into a real-life pin! Submission details can be found here.
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?
Solved! Go to Solution.
@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 @binu_acs.
