Just started out with seatable.io yesterday and it is fun to use!
My question: Is there a way to call a function in a script that is defined in a different script file?
So I can create a file with some helper functions and re-use these helper function in a different script?
Right now the code in the scripts becoming very repetitive.
This relates to Python and JS as well.