How insert two empty row after each appended data?

Hi I am trying to add two empty in between each append data in the new excel sheet , how can i do it ?

Hi @xiangyun.koh

after using append range activity, you can use add data row activity like below.

image
it will add empty row in your data table, you can add this two times with your respective column count.

you need to use this inside your for each activity, once data append in the same datatable as you expected it will add two empty rows.

Hope it helps!!!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.