MichaelTamoush
3 years agoQrew Captain
Pipelines check if today is 30 days before a date in field
I want to run a search (pipeline) each day, to check if today is 30 days before [Expiration Date].
My options in pipeline are between, after, before, etc...
What is a clean/efficient way to do this? I thought about using 'between' and tried this jinja code but dont know if it is correct.
between
Update: Now I am thinking I should just make a formula checkbox that tests for this, and use that checkbox in the pipeline...
------------------------------
Michael Tamoush
------------------------------
My options in pipeline are between, after, before, etc...
What is a clean/efficient way to do this? I thought about using 'between' and tried this jinja code but dont know if it is correct.
between
{{time.now + time.delta(days=31)}}
{{time.now + time.delta(days=29)}}
Update: Now I am thinking I should just make a formula checkbox that tests for this, and use that checkbox in the pipeline...
------------------------------
Michael Tamoush
------------------------------