Are you drowning in a sea of identical workflows?
If you’ve ever built 2+ different workflows that perform the exact same action—one for a Date change, one for a Number change, and one for a Status change—this tip is for you.
Why create multiple workflows when you can just create one using a Trigger!
By creating a dedicated status column to act as a bridge, you can funnel multiple board automations into a single workflow.
Setup:
-
Create a Status Column: Name it
Triggerand give it two labels: ON and OFF. -
Create “Feeder” Automations: For every column that should start your workflow, create a simple board automation:
-
When column changes…
-
And only if [Column] is not empty
- Depending on your scenario, you can ensure the
Triggernever runs unless all relevant columns are not empty
- Depending on your scenario, you can ensure the
-
Clear
Trigger -
Set
Triggerto ON.
-
-
The Master Workflow: Set your actual workflow to trigger only When
Triggerchanges to ON. -
The Reset: Ensure your workflow ends by setting the
Triggerback to OFF.
Enjoy!