Hey everyone,
I’m using the “Watch New Row” module to trigger when a new line is added to a specific Google Sheet.
The issue: my Google Script inserts the new row directly below the header (i.e., in row 2), not at the bottom of the sheet.
However, the module only seems to detect rows appended at the end.
I couldn’t find any setting to change the monitored range or to tell the module that new rows are added at the top.
Is there currently any way to make this work or a workaround you’d recommend?
Thanks in advance!