"Write Datatable to excel" - How do I write starting at cell A3?

image

Without going to much into the details, I need to write my datatable to cell A3. Im not sure how to do so with this activity.

Hi @David_Hernandez

In destination give like this

Excel.Sheet(“Sheet1”).Range(“A3”)

Awesome thanks, I had been doing .Cell(“A3”) :joy: