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.
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.