How to write cell start from cell A2?

Hi @Aditya_Nugroho

Welcome to forum

First u can a intialise a counter variable with intial value of 2

Then use for each row to loop through each row of the datatable

Inside the loop, do the following:

Use write cell activitiy with cell value as "A"+counter.ToString

Then increment the counter by one using assign activitiy

counter=counter+1

Regards

Nived N :robot:

Happy Automation :relaxed::relaxed::relaxed:

3 Likes