Often with automations you want to do several steps such as example below:
- EVENT: Card created + condition Field = X
- ACTION 1: Update Field to Value Y
- ACTION 2: Move Card to Phase 2
- ACTION 3: Create a new connected card in another Pipe
And so on. Currently to do this you have to create several separate automations, which makes it very disorganized very quickly with many automations.
It’s also less clean, as the automations aren’t executed in specific sequence unless you line them up with different conditionals based on previous automation rule.