We have a custom post type named "Event." It contains a custom field, "Session Dates," a date field which accepts multiple values. See "Session Dates custom field.png" for the field's definition.
We have a view named "Upcoming Events." We want to display a list of Event custom posts whose *first* value of the "Session Dates" custom field is on or after today's date. We know we need to add a Query Filter in the View, but we don't know how to specify the first value of the "Session Dates" custom field. See "Query Filter view setting.png" for the query filter definition; ignore the part of the filter with "Field - wpcf-event-date-and-start-time" since that section will be removed. Can you offer some guidance?
Thanks for your response. Since we're using a dedicated field with a single value, this question is no longer relevant. I know how to add the proper query filter.