I have two automations.
1) One automation is triggered when "Dropdown" changes to any value. When the automation is triggered the effect is different depending on the conditions in the automation. If "Checkbox" is checked then certain cell changes happen, if it is NOT checked, different cell changes happen.
2) The second automation is triggered when "Checkbox" changes to Checked.
Sometimes a user will change "Dropdown" and will check "Checkbox" at the same time. Sometimes only "Dropdown" will change but "Checkbox" will stay unchecked.
If both "Dropdown" is changed and "Checkbox" is checked at the same time, I assume both automations will be triggered. What will happen in this situation? I really need different things to happen depending on the condition paths and am not sure how to do this.