Is there any chance I can call the function that I declared in the installed sheet scope from the Global Daily Workflow?
I have a function that can be triggered by an action button, and I also want to automatically execute it daily. How can I do this?
Hi,
If you want to execute the function, being declared in installed sheet scope, in Daily Workflow, you need to move this function from installed sheet scope to Daily Workflow because there is no access to the function in installed sheet scope inside Daily Workflow.
Thanks!
But is there any scope space that could be accessed by both scopes? I have a big function that could be used in both installed sheet scope and also Daily Workflow, I don’t want to maintain two copies of it.