I have two tables ‘Issues’ and ‘Troubleshooting Steps’. The repeating group should only show the steps related to the corresponding issue. At the moment there are rows that appear empty but because the underlying data ‘Step content’ is not empty I am not having any luck excluding these using constraints or conditionals.
Thanks for the reply @cmarchan but I’ve tried the trial and error approach and that’s why I’m still confused. There seems to be a few other threads in the past that had similar challenges but were unresolved.
I finally resolved this after overthinking it for days.
The solution was to set the constraint on the Repeating Group element rather than my previous method of setting constraints on the text element inside the repeating group. (Rookie error).