How to copy some rows from one file to the dynamic last row of another file?

Dear Experts

I want to copy some rows for a sheet to dynamic last row of another file

For example, I want to past them from 7055

But I don’t know how to show lastrow+1

Can you give me some idea?

Thank you for your advise in advance :smiley:

@yangyq10,

You can use Find First/Last Data Row activity to get the last row number. Once you get it, you can easily do +1 to it and write the rows at last+1 row number.

Thanks,
Ashok :slight_smile:

@ashokkarale As you can see my screenshot I can’t figure out a correct way to do it…

@ashokkarale Done

image

1 Like

@yangyq10,

Perfect! Happy automation!

Thanks,
Ashok :slight_smile:

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