Hi I have a simple Excel file attached here. it has two fields ID(unique) and values. Values is simply some column with some arbitrary values. There are 53 records. I want to split this into different sets and export into an excel file with each set having at most 15 records; this way the number of sets changes based whenever the number of records changes. So my Set 1 will get 15 records, set 2 will get 15 records, set 3 will get 15 and set 4 will get 8 records. I want this to be done dynamically so that if tomorrow number of records changes, workflow should automatically split it and export into excel files as test_set1.xlsx, test_set2.xlsx, test_set3.xlsx and test_set4.xlsx. The number "15" which is the max number of records in each set mentioned above is constant.
Can somebody please help me out here to get this solved. Kindly share the workflow, so that I can understand the flow and that would be very helpful
Regards
Varun