This topic was automatically generated from Slack. You can find the original thread here.
Hey! I keep getting this error in the development stage when I try to create a trigger for “Google Sheet > New Row Added.” I ran it three or four times, and they all failed. It seems like a bug because there shouldn’t be any limit issues since I only tried it three or four times.
“err”:{“name”:“Error”,“message”:“Rate limit exceeded for creating file subscriptions.”,“stack”:"Error: Rate limit exceeded for creating file subscriptions.
Are there any limitations on how many active triggers a sheet can have? It seems like the “New Row Added (Instant)” trigger does not allow two triggers. However, New Row Added does allow it.
Oh I get it. Could you confirm if the rate limit error occurred for a single user or for all user? Could you try to use another Google account to see if you can create a source?
I will check that. Meanwhile I get {“error”:“record not found”} when I call action “google_sheets-update-row”. Double checked all fields are correct. Is this related to trigger being created in both dev and prouction?