ProjectStart_Year that extracts and stores the year as a Date/Time (e.g., "2023"). I want to allow users to filter the gallery using a search bar (which already works as my code shows) and the year using a dropdown.Code:
If(
IsBlank(SearchBar.Text),
'Data Source',
Filter('Data Source', StartsWith(Title, SearchBar.Text))
)
If somebody could help me with the coding of the Gallery items property code I would appreciate it.

Report
All responses (
Answers (