My automations would be much easier to maintain if, instead of duplicating an automation for each possible trigger, I could have an action in another automation that triggered it.
For example, I would like to send a certain email any time a button is pressed, and also under certain conditions if a form is submitted.
Instead of having two identical automations with different triggers, I'd like to have:
- one automation based on the button press that sends the email (and does nothing else), and
- a form-triggered automation with a couple actions (unrelated to the email) and a conditional action that triggers the button-press automation to send the email.