Trying to create separate Excel files of 500 rows with a single datatable of 10000+

Hello Everyone

I am trying to create separate datatables or excel file with only 500 rows at a time from the main datatable of 10000+ rows.

Main Datatable : 10000+ rows
Individual Datatables : 500 rows

How to pick up the next 500 rows?

Thanks and Regards
Aryan

@AryanS - Please check this post…

and this

2 Likes

Check this below workflow, @AryanS
Uipath_TakeParticularCountRecords.xaml (7.4 KB)
Hope this may help you :slight_smile:

1 Like