How can I fix the issue with Google Sheets' "Watch Changes" not working?

I have a Google Sheets add-on that schedules updates for around (50 columns) of data, including multiple rows at a time. When I set up a “Watch Changes” trigger in Make.com, it doesn’t return results when multiple rows are updated. However, if I delete all rows, it gives a result of 0. The issue arises when the Google Sheet is updated with multiple rows—it doesn’t respond to those changes.
Can anybody help me with this?
as the data you can see in the following



I personally do not use the addon so do not have much experience with troubleshooting it.

But perphaps just push those values to the scenario via HTTP module after the updates are complete either individually or as a one bundle, depending on your need.

My other suggestion is instead of using the addon just use an app script to push any updates to the scenario via webhook.

Thank for your answer how can i solve these when multiple rows are update it send data to make.com webhook

You need to use the text aggreagtor to build out a json structure that will contain the values of each row after its been updated. But it doesnt really save you that much operations versus sending out an individual request to the webhook after your rows are updated.

@LinkYourTech I have multiple rows to update at once. How should I proceed with that? Could you please provide a demo scenario?

(post deleted by author)