Show "New" Group when post is less than 3 days old

I know it simple to do I just never work with dates in my bubbling. How do I show New in a conditional when the current date time is less than 3 days since a post has been created?

Actually, your conditionnal will always return true.

Current date +days -3 < Created date
Or created date +days 3 > current date

Thank you always get it confused and for a drop down I do the same basically if I want to sort by
Screenshot 2024-08-19 at 1.55.32 PM

Current date +days -option set day < Created date

You will need a number field in your option set with correct value (1/3/7/14/30)

Yes I have that sorry I posted wrong screen shot
Screenshot 2024-08-19 at 1.59.03 PM
for the actual filtering of repeating group

Created date > = Current date+days -dropdown’value number field

Im sorry a bit confused here is a better image

Dropdown need to have a number field. What are your setting for this option set?

Here’s some better screen shots. Time is now a number
I had it as a date accidentally.


Screenshot 2024-08-19 at 5.32.18 PM

You forget to set -. You an do it directly in time field.in option set

This topic was automatically closed after 70 days. New replies are no longer allowed.