How do you remove items from Repeating Group based on date

I have a repeating group that displays upcoming events sorted by date. How do I remove those events that have ended?

Not sure where to filter those items out.

Thanks

Scott

Did you figure this out? This is something I’m interested in too

How is your repeating group structured? You can set a filter for “End Date < Current Date” and that should work, but where you put the filter depends on how you structure the repeating group.

1 Like

I ended up adding a constraint to the search for calendar events to be greater than the current date/time.

It works for those events that don’t have an end date. So I think I need to have an end date field in the Data Type.

This topic was automatically closed after 70 days. New replies are no longer allowed.