# “watch Changes” on google sheet - not triggering on new data added by Google forms

**URL:** https://community.make.com/t/watch-changes-on-google-sheet-not-triggering-on-new-data-added-by-google-forms/61630
**Category:** Questions
**Tags:** google-sheets
**Created:** [November 18, 2024, 12:49pm UTC](https://community.make.com/t/watch-changes-on-google-sheet-not-triggering-on-new-data-added-by-google-forms/61630 "2024-11-18T12:49:32Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Nicolas\_D2](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/nicolas_d2/32/55368_2.png) [@Nicolas\_D2](https://community.make.com/u/Nicolas_D2)
#### Post date: [November 18, 2024, 12:49pm UTC](https://community.make.com/t/watch-changes-on-google-sheet-not-triggering-on-new-data-added-by-google-forms/61630/1 "2024-11-18T12:49:32Z")

</div>

As we can see in the topic

# [“watch Changes” on google sheet - not triggering on new row added](https://community.make.com/t/watch-changes-on-google-sheet-not-triggering-on-new-row-added/23910)

I have a google sheet automatically implemented, and so the “watch changes” doesn’t work

I saw in the previous topic that it should be solved by “switching to a webhook trigger in Make (instead of Google sheets “Watch Changes”), and then adding a script to Google Apps around the onChange trigger, linked to the webhook URL.” but I don’t know how

For more details

- the watch changes" trigger works when I manualy add some data in my google sheet
- I use the google sheet to concatenate data from many google Forms
- I have some formula and scripts that works when I have new data from the forms (but does’nt trigger the “watch changes”
- I need to launch a scenario each time I have new form completed

thanks for your help

---

<div class="post-metadata">

### Author: ![DimitrisGoudis](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/dimitrisgoudis/32/54918_2.png) [@DimitrisGoudis](https://community.make.com/u/DimitrisGoudis)
#### Post date: [November 18, 2024, 2:10pm UTC](https://community.make.com/t/watch-changes-on-google-sheet-not-triggering-on-new-data-added-by-google-forms/61630/2 "2024-11-18T14:10:52Z")

</div>

Hey @Nicolas_D2,  
You should use the trigger Watch Responses for Google form. This record will include all the details you need then you can check for any further details on Google Sheet 😉

---

<div class="post-metadata">

### Author: ![Nicolas\_D2](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/nicolas_d2/32/55368_2.png) [@Nicolas\_D2](https://community.make.com/u/Nicolas_D2)
#### Post date: [November 18, 2024, 2:41pm UTC](https://community.make.com/t/watch-changes-on-google-sheet-not-triggering-on-new-data-added-by-google-forms/61630/3 "2024-11-18T14:41:27Z")

</div>

Hey @DimitrisGoudis  
Thank you for your answer.  
I already saw it but I concatenate 15 google forms on my google sheet and I don’t really want to have 15 make senarios for the same purpose

---

<div class="post-metadata">

### Author: ![DimitrisGoudis](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/dimitrisgoudis/32/54918_2.png) [@DimitrisGoudis](https://community.make.com/u/DimitrisGoudis)
#### Post date: [November 19, 2024, 6:44am UTC](https://community.make.com/t/watch-changes-on-google-sheet-not-triggering-on-new-data-added-by-google-forms/61630/4 "2024-11-19T06:44:51Z")

</div>

@Nicolas_D2, you are right!!!  
This is also my issue with make where we can’t have many triggers.

I solved this trouble with the following solution:  
Create one scenario that triggers the google form and the next action is an HTTP action that sends a unique id field to a webhook URL to trigger the final scenario. The final scenario can be triggered from multiple triggers and then you can find the response raw form the sheet and continue the next actions.

---

<div class="post-metadata">

### Author: ![Nicolas\_D2](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/nicolas_d2/32/55368_2.png) [@Nicolas\_D2](https://community.make.com/u/Nicolas_D2)
#### Post date: [November 27, 2024, 1:44pm UTC](https://community.make.com/t/watch-changes-on-google-sheet-not-triggering-on-new-data-added-by-google-forms/61630/5 "2024-11-27T13:44:48Z")

</div>

@DimitrisGoudis OK so for this solution I have to do one scenario / form plus one scenario to regroup it  
It’s still multiple scenarios for one purpose…  
I think I’ll search an over way to do it without make.

---

<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: [February 25, 2025, 1:46pm UTC](https://community.make.com/t/watch-changes-on-google-sheet-not-triggering-on-new-data-added-by-google-forms/61630/6 "2025-02-25T13:46:46Z")

</div>


