My original data starts with 40k+ rows that I then filter and change certain things on it and output all of those filters and changes to an excel worksheet. Everything runs fine except sometimes when it outputs the data to excel it will split certain filters into two worksheets. For example, I have a filter that shows all of the rows from a certain company that will show 13,902 rows and sometimes when I run the workflow it will be split into two worksheets and the two worksheets always have a different amount of rows each time. I just ran it twice and the first time Worksheet1 had 1491 and Worksheet2 had 12,411 the second run Worksheet1 had 3769 and Worksheet2 had 10133. Also, other times when I run the same workflow all of the data will be on one worksheet instead of splitting the data.
Any help on this would be beneficial.
Thanks