I created a copy of a base with a functioning script block in it (by functioning I mean it works without throwing errors), to tinker with some updates to the script. But when I run the script in this “copy” of my base, I get an error that sounds a lot like the Script Block is either trying to access the original base ID, or else has an undefined base ID … on second look, it seems to be getting through the async queries at the beginning of the script, right?.. or else it wouldn’t even hit the output.markdown()
before throwing the error… :
Clearly, I don’t have any access to globalThis
.
@Stephen_Suen, @Kasra, @Shrey_Banga - able to weigh in on this?