I have a repeating group with a list of events and the following constraint.
Start Time < Current Time
End Time > Current Time
When this condition is not fulfilled (When its not between the start and end time), I want the text element in the repeating group to show “No event currently running”.
It doesn’t seem to work, the elements inside of the repeating group are not showing at all if there isn’t a value being displayed in the repeating group.