Thank you /for the response. Using “Today” did the trick, but I am having some unintended results. The current time on my site is Chicago (UTC -5). When I use the date picker the field is populated as “Wed Jun 17 2026 10:45:00 GMT-0500”. The element was not appearing unless I offset the time by 5 hours, so if I want it to appear at 12:00pm local, I need to set it to 7:00am. It seems like the condition uses the unmodified UTC time. If I strip off the UTC adjustment to make the time "“Wed Jun 17 2026 10:45:00”. It also seems to work correctly.
Is this how it is expected to work? Should I be doing something differently?