Search nested repeating groups

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.

I think you can do it. The condition would look something like this:
when fuzzySearch matches:each item's:threadID contains current cell's grouping's threadID you can style the threadID cell that contains a result within the nested RG.

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