When I initially copied a Google Sheet, I assumed that the app scripts would be duplicated as well. However, it turns out that this is not the case.
Here's the background story: I made a version 2 by copying version 1. Because I wanted to ensure that the events from version 1 wouldn't occur in the future, I deleted the event triggers. To my surprise, upon opening version 2, I discovered that all the event triggers had also been removed. This happened because both versions share the same app scripts.
Fortunately, setting up these triggers again isn't too difficult. Now, my question is: if I want to maintain both versions, how can I prevent version 1 (the original version) from invoking the app scripts? By the way, these are time-based triggers. My main aim is to have version 2 functional and operational. If needed, I am willing to take version 1 offline - I just want to retain it as a backup.
Thank you in advance!
Warm regards, Leo
I removed event triggers in the old version which also resulted in their deletion in the duplicate version.