I am trying to create a workflow where when a record is created, if the status is "Raw Lead", an email goes out. Then in two days, if the status is still "Raw Lead" then a task is added. Then in two weeks, if the task is completed and the status is still "Raw Lead", send out an email.
I am currently using a drop-down field to keep track of the funnel steps and use that in the condition of each one.
If at any point the status changes, I want this automation to stop. If at any point the client opts out of emails, I want this automation to stop.
From what I can see, the conditions are not checked again after the delay period in scheduled actions.
Can I put conditions on the scheduled actions? If not, what would be the best way to go about this automation process? Any tips to make this smoother?