Trigger Action Row
Automations index with ruled rows summarising each automation as trigger to action text, a live Switch, last run time, and run count.
Automations index with ruled rows summarising each automation as trigger to action text, a live Switch, last run time, and run count.
The Application Collection unlocks the source for every Application block. All Access unlocks every Collection.
Already purchased? Log in
Trigger Action Row is the automations index, five ruled rows each summarising one automation as trigger arrow action plain text: Deal won to Send Slack message to #sales-wins, New contact created to Add to HubSpot sequence: Onboarding, and so on. Each row carries a live Switch, last run time, and run count in tabular-nums. The header counts how many are active (4 of 5) and a New automation button sits top-right. A footer note explains that disabled automations keep their history.
Automations are one typed array with an enabled flag the Switch writes back via useState. The active count derives from the same array at render time so it stays in sync without a separate variable.
Reach for this block on the automations settings or overview page, wired to your automations endpoint and a toggle API call on Switch change.
A natural flow around it on an Application Pro page:
Before
After
One strong use is the workspace automation list. Other row configurations:
Tip: the trigger-arrow-action pattern lets a reader understand what an automation does in one scan without opening an edit panel.