Forum Discussion
DougHenning1
9 months agoCommunity Manager
I don't think you can do it in the advanced query, you need a condition after the query. In step A, the basic filter would be status is not "Inactive":
Then add a condition step after it to check for the previous value:
Hope that helps!
------------------------------
Doug Henning
------------------------------
- ChayceDuncan9 months agoQrew Captain
Doug is correct - the pipeline cannot trigger from the old value - you will need to do it in a condition as he suggested where you check if the $prev value is Inactive and then run your steps underneath that condition.
------------------------------
Chayce Duncan
------------------------------