Write cell for each row

Hi, I am having problem with my write cell. As I am using alot of loops, my write cell isn’t working properly. I have attached my workflow below. Right now, I am (app integration) write cell inside but its writing the value not only for that particular row cell it writes for the whole column. If I use (workbook) write cell, it works but I am unable to use it inside the loop as the excel file is being used by the process to do the whole workflow. If i get it out of loop, it writes the value only for the last row as it is not in the loop to get the rowindex. Pls guide me on how to fix this mess I made.

DoubleCheckServerDetails.xaml (282.9 KB)

Thank you xoxo

Hi,

Could you please attach the excel sheets which you are using for this workflow, so that I can analyze and help you in resolving your issue.

Thanks,
Saranya K R

@SaranyaKishore Hi, I cannot send exactly, but you can refer to below
InputServer.xlsx (9.3 KB)
ExtractServer-S10589-AAB Info.xlsx (11.0 KB)

@sangasangasanga

Can you tell me which package does your Write Cell activity belongs to ?

System-File-Workbook

@sangasangasanga

Write cell activity you are using is in the package UiPathteam.excel.Extensions.writecell can you try with write cell activity of UiPath.Excel.Activities.ExcelWriteCell

Hi, I tried with this. If i use this, It writes the value for the whole column

@SaranyaKishore Hi, found out anything?