Create script
Learn how to create a script in NocoDB.
To create your first script, you can either
- From the sidebar, click on the
Create New
button and selectNew Script
- From the base homepage, select
All Scripts
tab and click on the+ Create Empty Script
button
Layout
- All scripts are listed in the
Automations
section accessible from the left sidebar. You can also view the scripts in theAll Scripts
tab on the base homepage. - Central area is the script editor where you can write and run your JavaScript code.
- The right sidebar is the execution area where you can see the output of your script, view logs, and manage script settings.
- Use the
settings
icon in the top-right corner to configure script settings. Use theRun
button to execute your script. - Access quick links to documentation, support, and settings from the bottom-right corner.
Additional Resources
The following resources can help you get started with NocoDB scripts: