Is there some way to create code that is shared between multiple scripting blocks? Either by external import from some source, or a native solution?
Example: I have a function addClientToSession(clientRecordId, sessionRecordId) that I want to use in ...