Has anyone experienced a row duplicating 65,535x in their output to excel?
The canvas pushes the right number of rows to the output tool, but the output tool seems to hit an Int16 overflow duplicating some rows 2^16x.
Thanks to
@Claje for identifying this was an Int16 overflow issue.