# Google Sheets doubts

**URL:** https://community.make.com/t/google-sheets-doubts/18308
**Category:** Questions
**Tags:** functions, google-sheets
**Created:** [October 26, 2023, 12:26pm UTC](https://community.make.com/t/google-sheets-doubts/18308 "2023-10-26T12:26:15Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Beginner](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/beginner/32/17938_2.png) [@Beginner](https://community.make.com/u/Beginner)
#### Post date: [October 26, 2023, 12:26pm UTC](https://community.make.com/t/google-sheets-doubts/18308/1 "2023-10-26T12:26:15Z")

</div>

I am created a flow that researched the keyword, generated a post and insert into website.

But right now I am running 1 keyword(row) each time. As I need to erase the keyword from cell A2 and insert new one.

What I am trying to accomplish is:

I want to run the automation/flow 10 times without repeat the cell/row

Example:  
Run cell A2 after completion run A3 and so on…

How can I do that?

![image](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/d/b/db36bf2849719dba0a934b2f9f6380c95783690f.png)

---

<div class="post-metadata">

### Author: ![Raj\_Bajaj](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/raj_bajaj/32/16864_2.png) [@Raj\_Bajaj](https://community.make.com/u/Raj_Bajaj)
#### Post date: [November 25, 2023, 6:25am UTC](https://community.make.com/t/google-sheets-doubts/18308/2 "2023-11-25T06:25:55Z")

</div>

Hello,

You can try [Watch Changes](https://www.make.com/en/help/app/google-sheets#watch-changes-964718) module in [Google Sheets](https://www.make.com/en/help/app/google-sheets), it is designed to track changes made to sheet.

Hope this points you in the right direction, thanks.

---

<div class="post-metadata">

### Author: ![Lauren\_Moineau](https://avatars.discourse-cdn.com/v4/letter/l/3ab097/32.png) [@Lauren\_Moineau](https://community.make.com/u/Lauren_Moineau)
#### Post date: [November 25, 2023, 11:46am UTC](https://community.make.com/t/google-sheets-doubts/18308/3 "2023-11-25T11:46:55Z")

</div>

Hi @Beginner and welcome to the Make forum!

You could add a repeater at the start followed by a Get a Cell module.

 ![Screenshot 2023-11-25 124031](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/d/3/d3a4e43cf25c30c7c14d49c11a77742ae25e3e54.png)

The repeater will give you your row number. Set the initial value to “2” as you have a column header (“Keyword”):

 ![Screenshot 2023-11-25 124059](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/b/5/b5fd91041a210a577f33a253b8961711882bbe49.png)

In the Get Cell module, use the ` i` value to get the row

 ![Screenshot 2023-11-25 124153](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/9/4/94402c49fcddf8f84c6a219cc9b5f684664f6a5d.png)

Then carry on with your scenario.

Hope that helps 🙂

---

<div class="post-metadata">

### Author: ![Make\_Bot](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/make_bot/32/14661_2.png) [@Make\_Bot](https://community.make.com/u/Make_Bot)
#### Post date: [December 17, 2023, 11:07pm UTC](https://community.make.com/t/google-sheets-doubts/18308/4 "2023-12-17T23:07:17Z")

</div>


