Whether JavaScript or Python script, you can do great things with a script in SeaTable. While JavaScript is executed in the user's browser and is meant for rather simple file manipulations, Python scripts are executed directly on the SeaTable server and are therefore more powerful and versatile. Just give it a try and create any script inside a Base.
Creating a script
- In your Base, click in the Base header.
- Click New Script.
- Select one of the script types (JavaScript or Python).
- Name the script.
- Write or copy any script into the text box.
- Close the window to let SeaTable save your newly created script.