@vinod chinthakindi,
Ah, you are correct. Got ahead of myself.
😳 There are a couple ways you could do this based on rows. You could use the Copy Rows actions to copy the first half of the main collection into a new collection (Start Row = 0, Number of Rows to Copy = 7500) and then call it again with Start Row = 7500, Number of Rows to Copy = 7500).
Alternatively, you could use a Code stage in a VBO to split the underlying DataTable. The following article on Stackoverflow has some examples.
https://stackoverflow.com/questions/34663933/split-datatable-into-multiple-fixed-sized-tablesCheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------