I have an App script project with several html files and two scripts (Code.gs, Utilities.gs). I want to be able to call functions from Utilities.gs to Code.gs , but I donβt know how to communicate between two scripts in the same project. Is there a way to import / include scripts or something similar?
For example, if I have a function named getInfo() in Utilities.gs , I would call getInfo() in Code.gs. In java it will be Utilities.getInfo()
I do not see anything in the documents.
nupac source share