Not sure how to use a write cell in a for each excel row

not sure how to use a write cell in a for each excel row, so far ive typed in

Excel.Sheet(“Sheet1”).Cell(“AP”)

and it dosent run

@damian_teo,

Refer this solution.

Hi @damian_teo

Can you try like below

Regards,

@damian_teo

  1. In for each row in table you would have already provided till sheet or the range
  2. Now you can use currentRow("ColumnName") in the write cell
    Chewrs