Hi @Gia, is this the kind of logic you are referring to?
survey
type | name | label | repeat_count | calculation |
---|---|---|---|---|
begin_repeat | outer | Outer | ||
calculate | c1 | position(…) | ||
note | n | This is outer note ${c1} | ||
begin_repeat | inner | Inner | ${c1} | |
calculate | c2 | position(…) | ||
note | n1 | This is inner note ${c1}.${c2} | ||
end_repeat | ||||
end_repeat |
nested-repeat.xlsx (5.5 KB)