Hi
I have two variables I would like to write together as they have to look at both parts in a dropdown. It gives me an error when I try to insert e.g. "or". How would you write these two together?
The meaning of the field is that only your own registered courses should be displayed when you log into the app
Filter(Attendee7Day;AttendeeAddress=varUserEmail)
and
Sort(Distinct(Course7Day;StartAndLocation);Result; SortOrder.Descending)
Thanks in advance