Conditional rendering using date literals always evaluates as true (Banzai 7.19)

Thanks for the info, good to hear how other people are making things work.

My case is simpler: if (deadline date) >= today then render wrapper A, if (deadline date) < today then render wrapper B. It’s purely a presentation requirement so unfortunate to muddy the CRM data model with a field for this. Especially when Skuid is set up to do exactly what I need, if it worked. Hopefully soon!?