Hi all.
I have a SharePoint list that is published via a PowerApp. It has two date fileds, and I have created a filter only to show items that is between start and en date. I goes like this:
Filter(OutOFOffice;Date>=StartDatePicker.SelectedDate&&Date<=EndDatePicker2.SelectedDate)
The challenge is that the EndDatePicker control is not mandatory, and my question is, can I use the "OR" function to filter if the EndDatePicker is empty or not? I am not quite sure how to manage this situation.
/Frank
Denmark