I'm trying to filter my gallery by showing only events (items) from today onward. I've tried this formula in the items section:
@QuentinDURIEZ is correct here.
However, if you want to return items where startdatetime is greater than or equal to today, you would use the greater or less than operator (>=) in your expression.
Filter('Training Events List',
StartDateTime >= Today()
)
Hi,
Simply remove the If statement if the filter formula :
Filter('Training Events List', StartDateTime <= Today())
Regards,
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2