How to read data from specific row onwards in google spreadsheet

I want to read the data from google spreadsheet from 4th row till last and append to another spreadsheet. How can i read from 4th row and append

Hi @Sagar_Chaudhari

Try giving the below in Range within double quotes by opening the Advanced Editor.

Sheet1!A4:Z

Regards

@Sagar_Chaudhari,

Use https://docs.uipath.com/activities/other/latest/productivity/gsuite-read-range activity and provide the range from 4th row.

For Appending follow this solution.

Thanks,
Ashok :slight_smile:

Thanks,
Ashok :slight_smile:

Hi @Sagar_Chaudhari

Check the below image:
image

If you have headers in 4th row then keep Has Headers as True or click on False.

Regards

It has worked. Thank you

Hi @Sagar_Chaudhari

Glad to be helped.

Regards