Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Google Sheets - can we emit new rows after deleted ones? #15765

Open
andrewjschuang opened this issue Feb 27, 2025 · 0 comments
Open

[BUG] Google Sheets - can we emit new rows after deleted ones? #15765

andrewjschuang opened this issue Feb 27, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@andrewjschuang
Copy link
Collaborator

andrewjschuang commented Feb 27, 2025

Describe the bug
Our trigger uses the last processed row number to know when to emit new rows. This causes issues if a row is deleted and then another one is created, since it will be exactly the same row number as the last one processed (and can be lower).

I'll make some tests to see if we can address this issue.

Additional context
User also said that if the sheet is updated via a workflow or external service (e.g. Google Forms), then Google Sheets doesn't send the webhook immediately and requires the spreadsheet to be open in a computer.

@andrewjschuang andrewjschuang added the bug Something isn't working label Feb 27, 2025
@andrewjschuang andrewjschuang self-assigned this Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant