My workflow generates 1m records (only one column having unique numeric id). However the application where I need to upload this data can only accept 50k records at a time. As such I wanted to know whether there is a way the output tool can generate 20 excel files (50k each file = 1m records)?
Note: Output is single column with unique numeric IDs without any pattern/distinction.
Possible Option: Export the data into 20 csv files then use a macro to import these 20 csv files and export them as excel.