How to make sure the scedule starts form the top on google sheet

I have a scenario that works fine during testing. When I run once it starts form the top row, and next time i run once it goes to the next line.
I now want to scedule to run 50 lines form the sheet. I wonder if it will start from where I am with the single runs, or if it starts from first line. If its not starting form first line, how can I make it start on first line on the google sheet

I did a test, and it started from the next after the single runs.
Does anyone know how to get it to start from the top of the Google sheet row

Welcome to the Make community!

Do you always want to get 50 rows from the top of the sheet?

Then you can’t use the “Watch New Rows” module.

Use the “Search Rows” module instead.

Hope this helps! Let me know if there are any further questions or issues.

— @samliew


P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!

Hello @Bjorn_Johansen,

If I’m understanding you correctly, you’ll need to reset the module before going production.
Right-click the module, select Choose Where to Start, and select which row should be the row it starts from next time it runs.

3 Likes

Fantastic :slight_smile: the reset module worked. thanks

2 Likes