Hello, new to zap here. I wanted to create a zap where it monitors a spreadsheet lets say ‘test-1’ with ‘sheet-1’ as sheet name. whenever a user who has access to spreadsheet ‘test-1’ edits a row or makes changes to the spreadsheet, which will be the trigger. I want it to paste the new value of the cell, old value of the cell, who edited it i.e. their email id, the time it was edited at, and the cell edited to another spreadsheet called ‘test-2’ with ‘change log’ as the name.is this possible? I was able to create a similar log sheet using google apps script but it needed the log to be in the same sheet as test-1 which would mean the logs can be viewed by the editors in test-1
Answer
Zap for monitoring the changes in a Google Sheet and updating in a different sheet
Best answer by SeriouslyBlank
if anyone is interested in knowing how i solved the problem, it was through webhooks, got the data from one sheet to send it to the webhook of the other sheet, there was a window of 30 seconds which was created but i just asked gpt to fix the code so that the window goes away, now it tracks for all the edits made, maybe theres a delay in writing of the rows but im okay with that
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

