Hello,
I am having a problem with my automations. I current have a few automations going on at once but to simply put I need one automation to skip a step if XYZ is applicable. So I have a few columns, a Status column (Dropdown: New, Level 1, Closed), Resolution column (text) and a Assigned to column (Dropdown: Admin 1, Admin 2). These are the triggers for the automations. So once a new ticket is submitted through a form the status is set to be at new. Currently I have it so if Assigned to is changed to any admin, the status column goes from new to level 1. If a resolution is entered into Resolution column then no matter the current status it will change to closed.
Some admins are assigning it and putting in the resolution at the same time which isn't a problem but the automations goes from New > Level 1 > Closed instead of New > Closed. Emails are sent out for level 1 and closed so i want it to bypass level 1 if a resolution is entered at the same time. I tried to fix it by adding a condition where when assigned to changes to any value and if Resolution is blank then change to level 1 but it is still doing all three steps instead of going from new to closed. Is this a automations problem or does the sheet not work like that? Is there another way to set it up so it can bypass level 1 if a resolution is entered at the same time it is assigned so it only sends a closed email?