Use Advanced Development with 6 how-to topics, including 6 free topics and 0 membership-related topics; use the How-to Index to jump to each task.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Open the AirScript script editor | Free |
| 2 | 2. Write a script | Free |
| 3 | 3. Run a script and review logs | Free |
| 4 | 4. Manage scripts | Free |
| 5 | 5. Open the scheduled task panel | Free |
| 6 | 6. Create a scheduled task | Free |
How-to Guide
1. Open the AirScript script editor
Entry path: Script → Advanced Development → AirScript Script Editor
- Open a Smart Spreadsheet data table.
- Click the Script tab.
- Click Advanced Development.
- Select AirScript Script Editor from the drop-down menu.
Success Criteria
- Interface result: The script editor window or panel opens.
- Next action available: You can see the script list and the code editing area.
Tips While Using
- If the current file is not opened as a Smart Spreadsheet data table, the related entry may not appear.
- Make sure the current file allows script editing before you begin.
2. Write a script
Entry path: Script → Advanced Development → AirScript Script Editor → code editor
- Open the AirScript script editor.
- Select an existing script from the script list, or create a new one.
- Enter or edit script content in the code editor.
- Click Save on the toolbar.
Success Criteria
- Interface result: The script content appears in the code editor.
- Next action available: After saving, you can run or manage the script.
Tips While Using
- Before saving, confirm that the script name and content match the task you want to complete.
- If you are editing a shared script, confirm the collaboration scope first.
3. Run a script and review logs
Entry path: Script → Advanced Development → AirScript Script Editor → toolbar
- Open the target script in the script editor.
- Click Run on the toolbar.
- Wait for the script to finish.
- Review output results and error details in the Log panel.
Success Criteria
- Interface result: The log panel shows run results or error messages.
- Next action available: You can revise the script and run it again.
Tips While Using
- If the script fails, review the log details before changing the code.
- Keep the network connection stable when the script depends on online requests.
4. Manage scripts
Entry path: Script → Advanced Development → AirScript Script Editor → script list
- Open the AirScript script editor.
- Find the target script in the script list.
- Click the ... button next to the script.
- Choose the action you need, such as Rename, Insert into Cell, Copy Script Webhook, Everyone Can Edit, No Service Authorization Required, or Delete.
Success Criteria
- Interface result: The selected management action takes effect.
- Next action available: The script can continue to be edited, run, or shared.
Tips While Using
- Before deleting a script, confirm that it is no longer needed by tasks or collaborators.
- Before enabling shared editing, confirm the editing scope for your team.
5. Open the scheduled task panel
Entry path: Script → Advanced Development → Scheduled Task
- Open a Smart Spreadsheet data table.
- Click the Script tab.
- Click Advanced Development.
- Select Scheduled Task from the drop-down menu.
Success Criteria
- Interface result: The Scheduled Task panel appears on the right.
- Next action available: You can review or create scheduled tasks.
Tips While Using
- Scheduled tasks are used to run AirScript scripts automatically, so prepare a runnable script first.
6. Create a scheduled task
Entry path: Script → Advanced Development → Scheduled Task → Create Task
- Open the Scheduled Task panel.
- Click Create Task.
- Select a trigger time. Available options include one-time, daily, weekly, and monthly.
- Select the AirScript script to run. If you need a new script, click Open AirScript Script Editor.
- Click Confirm to finish creating the task.
Success Criteria
- Interface result: The task appears in the scheduled task list.
- Next action available: The task will run the selected script at the scheduled time.
Tips While Using
- Before creating a task, run the script manually to confirm that the logic works as expected.
- When selecting a script, make sure it is an available shared script for the current document.