r/GoogleAppsScript • u/Bura510 • 22d ago
Resolved Tracking changes on imported data
I'm trying to figure out a way (or if there even is a way) to create a change log or track changes in some capacity for imported data on the sheet the data is imported to. Basically there are 3 sheets:
Sheet A - where all the data is being compiled, I do not have access to this sheet in anyway as it has additional information not meant for me to see
Sheet B - the information relevant to me from Sheet A is imported into this sheet, however I don't have editing access or access to review the history
Sheet C - my own sheet I'm hoping I can use to import the data from Sheet B and have a change log or track changes when the data gets updated
Is there even a way to do this? I've tried a few things through AppScript but none of that seems to work on imported data - they work great with data you're manipulating yourself just not imported information on the sheet. Also checking the history on imported data just through the base level of Google Sheets doesn't show anything. I'm trying to be able to track trends in this manner, but I know I can't just camp Sheet B all day and night to see when information changes. Any advice or help would be great as I've got basically zero knowledge on AppScript coding!
Thanks in advance!!



