Command Automations
Run slash commands, UX tweaks, or reminders automatically when a form or list opens — scoped to the right instance and table.
Last updated: July 21, 2026
Last updated: July 21, 2026
Command Automations run things for you at the moment a page opens, instead of you typing a command. An automation combines:
sys_* allowed), optionally a URL fragmentManage them under Settings → Commands → Automations (/manage.html#automations).
Built-ins are ready-made UX hacks — and every one of them is a working example of how automations are meant to be composed: the logic lives in a slash command you can open, read, and copy, and the automation only defines when it runs. There is no hidden behavior.
The first built-in, Expanded messages & filters (included with Community), fixes one of the platform's oldest annoyances: the form message output area and the list filter condition builder are capped at a 260px strip, and multi-select filter boxes show only a few options. It simply runs the /expand command automatically on every form and list, re-applying on a cooldown so it also catches the condition builder after you expand it. Want different sizes? Open /expand under Commands, duplicate it as a custom command with your own values, and point your own automation at it — that's the whole pattern.
More built-in UX hacks will follow. Every built-in can be scoped to specific instances or tables after activation.
With Pro you can build automations that either run any of your slash commands or show your own reminder banner — for example:
Automations pause while the slash command palette is open, so a repeating automation never interferes with what you're typing.
Banner messages and command arguments support the placeholders {table}, {sysid}, and {host}. Banners come in three styles: info and warning auto-dismiss, alert stays until dismissed.
The Pro Trial includes up to three automations. If the trial ends, your automations are kept — visible, editable, exportable — but they pause until you upgrade, then resume exactly as configured.