Skip to main content

I am trying to configure a Filter action (“Only continue if...”) wherein a certain action takes place only if the date pulled from the previous action (“Find Subscription in WooCommerce”) took place at least 90 days ago before the current date.

 

What do I need to fill in the text field for “Only continue if… nStart Date] (Date/time) Before] ltext]”?

 

 

Use current date, subtract 90 days, and use the resulting date as a filter to check if the startdate is within the last 90 days.


Use current date, subtract 90 days, and use the resulting date as a filter to check if the startdate is within the last 90 days.

 

Not sure where/how I’m supposed to enter the current date to subtract 90. Can you elaborate?


Use Compare dates: Format > Time / Date > Compare Dates.

In the value field, put this {{zap_meta_human_now}}

 


Ok, I’ll experiment with that, thanks!


Ok I think that worked, thank you!!


Welcome