Searchbox value not showing in repeating group

Hi,

I am trying to link a search box from the navigation bar to a repeating group to search for event names.

I have 3 different dropdown menus in the navigation bar which all search for events correctly.

When i try and add a constraint to the search box and the repeating group for “Event Name contains Search Box Event Search Value”, it shows this as invalid on both the Search Box constraint and the repeating group constraint.

How can i correct this so the search box links to the repeating group.

Searchboxes return one value, not a list.

To filter a repeating group, use an input element. Add a constraint on RG that Event Name = Input A’s value and check ‘ignore empty constraints’ :slight_smile:

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