Forum Discussion
Hey Joe,
For clarity, you can use a Formula Date field in your Pipelines steps, but you wouldn't pick it via the Calendar, you need to select it from the field list you've specified. For example, in Step A you could specify your date field, then in a subsequent Step (e.g. Step B) you could use it. It would look something like {{a.your_formula_date}}
field.
If you dig into the "Jinja" syntax in the QB docs, you'll find that you can also perform math on these steps too. For example, {{ a.your_formula_date + time.delta(days=7) }}
.
But since you've already setup Formula Dates, I'd suggest going that route vs. handling this via Jinja. Especially as Don pointed out, you may be able to give end Users a bit more flexibility to set the dates vs. having to edit Pipelines should there be any future changes!
------------------------------
Brian Seymour
------------------------------