Hi all.
I currently have stored emails which I display in a repeating group, :grouped by their threadId. When a thread is clicked I display a nested repeating group with each individual email within that thread. Looks like this:
Email addresses below thread are within the nested repeating group
As you can see from the screenshot, I have a search input which I want to use to search through the nested repeating groups for matches using FuzzySearch.
It may not be possible (I’ve not tried to search with nested RGs before) but I would like to apply conditioning to highlight the cells where the email is found in the FuzzySearch matches.
Any advice greatly appreciated.