More than 160+ columns to be loaded to the queue

Hi, I need solution for bulk upload of data to queue. example:- just consider, I have a datatable which consists of 7 rows and 160+ columns. each row is a one case which as to be loaded separately. how can i achieve this.? Please help me. Any one.

Got answer. Don’t know whether this is the right way or not. if any other facing same issue let me know i can help. :slight_smile: :star_struck:

Key is have 2 datatable. one is blank and another which contains excel output. load each row at once, serialize it send it to queue and use deserialize activity., that’s all folks :stuck_out_tongue: