How would I use 1 input to show 2 values within a repeating group??
Example:
I have a list of users (searching for their name)
&
I have a list of colors (searching by their name)
I want to use 1 input to get a response. So if I search for a user aka Tony, Tony will show but if I want to search for the color blue I use that same input to find the color blue.
You can use the same RG as long as the data type stays the same.
Sounds like colors are a separate type on your app. So I’d probably do some UI sorcery - have 2 RGs, hide and show one at a time conditionally with the ‘collapse when hidden’ option checked on both.