Conditional Involving Dates

I am attempting to set up a conditional that is searching a sales event’s (Data Type) date range (Field) and if the state of the page “sale_date_selected” (Single Date) is contained within the date range field.

I want the group to change when the date is contained within the date range.

Please see image below.

Thanks in advance!

I don’t believe you would use the date range data type, I believe you have to grab the start date of the range and the end date and conditionally find if the date is within the range.

Would look something like this:

Date < start date and date > end date.

I’d have to build it out further to fully explain but thats how I would do it.

1 Like

Thanks! Had to make some small adjustments, but that got me on the right track.