I have a table as a repeating group on which I do a search with complex filters. These filters are setup with events triggered in a chain.
The search can take some time, because it is looking at 3rd degree relationships with the things listed on the table.
Problem: the current data of the RG does not clear even when I use a clear data from repeating group action as the first action of my filter workflows. It results in giving the impression the app is frozen or could mislead the user into thinking the search is completed.
Expected Behaviour: I want the data to go away from my repeating group, show a text “searching…” then return the data and display it.