Execute Read Google Sheet Sequentially

Hello Everyone,

Wanted to understand we have a list of Google Sheet Files

How can we perform activities in it one by one

Example
1)There are a list of Google Sheet Ids
2)One by one read the sheet named as Data which is a Google Sheet for each of the Google Sheet Id that we have

And then further activities can be performed

@NISHITHA

Use a for loop on the google sheet ID’s and then inside the lop use the id to read data and use it further

cheers