Hello
I have a drop down list which users select a topic from, then the gallery filters according to available items. Code for the filter is dead simple & works: Filter(MYSHAREPOINTLIST, Dropdownbox.Selected.Value = MODULETITLE).
I need to add to this so the filter only shows items in the sharepoint list which are future dated. In the list there is a field with date & time (StartDateTime).
How do I do this?