Hello,
I want my zap to wait 10 minutes before it does something however I need it to check the status of a data field and then run IF the condition matches. It doesn't seem to work that way.
My question is this.
- Let's say I have a data field called "Stage" and the default value for this is "Lead". Zapier pulls the data in and then programed to wait 10 minutes before doing anything.
- After 10 minutes Zapier needs to check the value of "Stage" and see if it's STILL "Lead" or if it's anything else. The way my zap is setup is when "Stage" exactly matches "Lead" then proceed. If it does not match "Lead" then finish the zap.
- When I tested this it doesn't work and I'm curious if Zapier is taking the INITIAL data "Stage=Lead" and then finding it always true after 10 minutes OR should it be checking the feed AGAIN to see if the Stage=X and then proceed if it matches?
Not sure if I'm making sense but I need it to check the data source again after 10 minutes to see if it's changed then proceed or not.