Parallel processing of records

We have the UiPath process to fill up the form using the browser. As there is a large amount of data in the excel file, we need to split this file and fill the form parallelly. How can we achieve this to make it efficient?

You can use parallel activity for the same.
Divide the excel records and pass to each one in the parallel activity.

Regards,
Karthik Byggari

1 Like

We have processed file, and we need to fillup these values using the browser parallely. How can we achieve this?