Hello,
I am working on a alteryx workflow that reads a file with two sheets-1)attributes 2)Loans
Loans Sheet has two columns-Loan numbers and category.
My workflow joins the attribute sheet with a sheet from different file and pulls the corresponding data for attributes and writes to a already existing sheet named attributes and the other part of workflow reads the loan category, divides the loans based on it and writes to two different files with a condition that each sheet will have only 200 loans-done using groupID . (overwrite after each successive run).
Note-This is the same o/p file as the one in which attributes are written after join operation
Since the number of loans could be different in each run hence creating a different number of sheets- my final o/p files contain data overwritten to existing sheets (based on count of loans), but it also ends up containing the old sheets that didn't get written over due to change in number of loans.
How do i solve this?
Thanks in advance!
