Good day! I tried adding a repeating section within a repeating section. What I do here is that the inner repeating section gets information based on what the user selected on a list-lookup. I've done the javascript part. However, two problems arise from this.
1) The form's controls go down too much.
Example:
Initial

Once items are selected

The space between the outcome and the repeating section is too large.
The second problem comes in when adding a new row on the parent/outer repeating section

The second row inner repeating section already has the same amount as the previous one. It should go back to one.