I'm trying to filter a Gallery in a Datepicker. But whenever i try to add the filter, it Freezes up all powerapps browser Tabs.
Below is my Gallery filter.
Filter( 'ListName',
FilterTextBox.Text in Title,
FilterTextBox_2.Text in Order_x0020_numbers,
FilterTextBox_3.Text in Author.DisplayName )
I tried to add the datepicker and added to the gallery:
DatePicker.SelectedDate = Datum_2 (name of the app column),
I tried using the "In" Operator too
Adding it to other pages or apps make it freeze too.
Any ideas?