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 Newbutton and selectNew Script - From the base homepage, select
All Scriptstab and click on the+ Create Empty Scriptbutton

Layout
- All scripts are listed in the
Automationssection accessible from the left sidebar. You can also view the scripts in theAll Scriptstab 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
settingsicon in the top-right corner to configure script settings. Use theRunbutton to execute your script. Use thePrintbutton to export script output to PDF. - 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: