How do express the following condition in bubble?:
When current cells things due date is today or after today
How do express the following condition in bubble?:
When current cells things due date is today or after today
I don’t have Bubble in front of me right now, but something like this might work:
current date/time +days:-1 :extract date < due date
Or maybe it’s due date > current date/time +days:-1 :extract date