Hello! Now I can filter my list by cities using this formula CONTAINS(LOWERCASE(current._listofcitiesDeparture.City), LOWERCASE(pageVars.departureFilter)) && CONTAINS(LOWERCASE(current._listofcitiesArrive.City), LOWERCASE(pageVars.arriveFilter)) && CONTAINS(“current.dateTimeDeparture”, “pageVars.dataFilter”), also I want to filter list also by date. How can I do this?
Thank you