Hey all! Not sure if this has been answered, but d...
# questions
r
Hey all! Not sure if this has been answered, but does anyone know if there's a way to have "dynamic" (that might not be the right word) template variables? {{CURRENT_MONTH_NAME_SHORT}} {{CURRENT_DAY}} Stand-Up In my stand-up template, I have that, but I was wondering if there's a way to have the Current Day be yesterday, so I've tried {{CURRENT_DAY}}-1 and {{CURRENT_DAY - 1}} but those didn't work. Thanks in advance. 🙂