Write data row by row

Hi ,
im extracting data from a multiple employee forms (pdf) file and write it in excel file, i got the extracted data and applied for each loop to iterate through each pdf data and write it in excel but the issue is in the first iteration, the first extracted data is returned in excel and in the last iterartion , the last extracted file is overwritting and in the end only one row of data is returning.

I want to write the extracted data row by row.
In the below excel i want to write the first extracted data in the first row after header and second extracted data after the first row. Any idea on how to increment the cell for each iterartion
Capture4

any Suggestion please

@padmapadh1895

For Writing to excel, how to you can follow Link

You can find some scenarios using excel

Hope this gives you some idea

Thanks