Hello,
We have some JavaScript functions and files that have grown to be rather complex, and are getting used in multiple surveys. I was wondering if it was possible for us to package some of these more common functions into an external JavaScript file and call them from functions being used in Survey123. So the form calls function a in file 1, and that function calls function b in file 2. Is this possible?