Board Automation Panel
A board automation surface pairing a rules list with enable switches and run counts beside a When, If, Then rule editor and save actions.
A board automation surface pairing a rules list with enable switches and run counts beside a When, If, Then rule editor and save actions.
The source for every Application block is included with Basic and Pro. Pick a plan to copy the code.
Already purchased? Log in
Board Automation Panel is the Acme board automations surface: a rules list on the left, each row a rule name, the number of times it ran this month, and an enable Switch, with the selected rule highlighted. Beside it a rule editor blueprint lays out the chosen rule as three steps, When, If, and Then, joined by a short connector line, with a last run note and test and save actions along the bottom.
Rules are a typed array carrying enabled and selected flags, and the header count of enabled rules is derived from that array rather than hardcoded. The editor steps are their own small array, each with an icon and a kind label, so the When, If, Then shape stays consistent as the rule text changes.
Reach for this block when a board needs rules that fire on card movement, typically the automations tab of a project or a workflow settings area. Wire the switches to your automation service and open the editor on the rule a person selects.
A natural flow around it on an Application Pro page:
Before
After
One strong use is the board rules manager. Other automation surfaces:
Tip: show each rule as When, If, Then in that order; a person should be able to read what fires it, what narrows it, and what it does without opening the editor.