Want to pass the data in type into activity

hello all, here i have excel file in that i want to pass column 1 and column 2 value suing for loop. and this value want to type into one application . how to get the values using for each row data table. please help

Hi @dhanashree22

For Each row in datatable

Type Into you can pass

Current row("Column1).toString+Current row("Column2).toString

Regards