If I have 2 automations with the same trigger, is there a danger of one automation triggering first, which would prevent the second from triggering?
Here’s my situation. When I enter a deposit amount into a client’s record (“deposit” is “not empty”), an automation does two things:
- update client status to “Unscheduled”
- send email to client
I want to pull out all of my “send email” actions from other automations, so they are easier to turn off while working on the database. So, if I break that automation into 2 separate automations that both trigger on “deposit” is “not empty”, is there a danger of only one triggering?