This seems to have been asked a lot before but I’m struggling to replicate the solutions to my own project. I have made a repeating group, this repeating group appears like a Table and has headers for each option.
I want to use an input element to search for any items that are showing in this list, where one of the fields shown contains the text given.
For example, despite an “Activity Log” having a field called “Description” you can’t see this “Description” value in the RepeatingGroup - so it would not make sense for a user to search for something and have an activity log shows purely because the description contains that text as you can’t see it.
Therefore I can’t use the “any field” containing the option.
Any help would be appreciated.