Nested Repeat Region not going as expected

Hi
I am setting up a Survey type page and before beginning I have gone thru many other forum entries on this topic and am now 3/4 thru the tutorial ‘Nested Repeat Regions’. The server side of the tutorial went well, and looks like…

image

On the app side I have hit a road block.

In the tutorial,

  • just before clicking the ‘Make Repeat Children’, a row/column/title structure is set up, with ‘Category’ being the text in the title.
  • after ‘Make Repeat Children’ and linking the repeat expression to the Server side repeat group, then title ‘Category’ gets displayed repeatedly, which seems well enough.

But at this point my efforts hit a rock. Before clicking ‘Make Repeat Children’ my app looks like
image
image

After ‘Make Repeat Children’ then linking to the server side repeat group…

image

The title is not displayed repeatedly. It does not show like it does in the tutorial
image

This is a problem because the next step needs to click on the title expression to configure in the children.

How can I proceed please?

BruceX

You are using the wrong array, instead of repeat, you should be repeating qSurveyAnswers

Ben
Thanks, now the title does show up. btw, the tutorial shows
image
which I thought I had followed properly.
Anyway, the Title does display repeatedly now, I do not know why I did not try that, anyway, I shall continue.

1 Like