Hi there, @agiledood… for both today and this week, you need two constraints. For today, the constraints would be appointment date >= Current date/time:rounded down to date
and appointment date < Current date/time:rounded down to date +(days): 1
. For this week, the constraints would be appointment date >= Current date/time:rounded down to week
and appointment date < Current date/time:rounded down to week +(days): 8
.
Hope this helps.
Best…
Mike