Script editor
The script editor is where you write and test one script at a time, independent of any workflow it might later run inside. Pick a language, write the main function, and the editor infers a form for its arguments so you can test with real input before wiring the script into anything else.
Related
Section titled “Related”- Scripts: The concept behind the editor.
- Auto-generated UIs: Forms built from your input schema.
- Editor overview