Is there a way I can calculate the current index to tell the user which index of a repeat group it is in?

1. What is the issue? Please be detailed.

I'm trying to take the index of a repeat and display it. For some reason, I keep getting the first index every time I try to repeat the form.

2. What steps can we take to reproduce this issue?

I've created this simplified form to replicate this issue that I have been encountering.

3. What have you tried to fix the issue?

I've looked all over this forum as well as other sources in a way to find the form.

4. Upload any forms or screenshots you can share publicly below.
IndexNotingExample.xlsx (5.0 KB)

  • Names can't have spaces. So cell B2 needs to be repeat_example.
  • Capitalization matters, you need to make field-list all lowercase. Also, move it to the repeat group row.
  • Delete the group inside the repeat.\
  • To reference another question's value, you need to include a $ before the {name}, so in line 5 you need to make it ${index_calculations}.

IndexNotingExample - edits.xlsx (8.9 KB)