Forum Discussion

JeffPeterson1's avatar
JeffPeterson1
Qrew Captain
4 months ago

Pipelines Jinja Expression for Day of Week

I'm trying to figure out this expression that would return TRUE If the current day is not sunday but I'm having some trouble with the jinja here.    {% if (now | weekday) != 6 %} {#TRUE if The cu...