I have an app which i am displaying data from sharepoint list and it is filtering it by name
SortByColumns(Filter([@'datasource'], StartsWith(Title, TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending))
i also want only items from today onwards and for a 14 day period in front to display so if i open the app today 27/6 i want to see any courses that start in 14 days or further only (so anything 12 july onwards).