Hi,
I want to pull specific data out of the repeat option for the word template, but it looks like it pulls every row at the moment.
For example, if have 3 repeats, it will pull photo description for all 3 loop.
${#Photograph}
${photo_description}
${/Photograph}
Lets say each description has a value, and the value is test1, test2, test3
In this case, if I used the command above, I would get this as return
test1
test2
test3
What I want is to only pull the value of test 2. I want to be able to pull specific data I wanted on a specific loop. No calculation, just values.
What I have right now is a bunch of photo and photo description in a repeat, and I want to be able to pull the pictures 1 at a time so I can setup the word template neatly. Does that make sense? Not sure if this is possible with survey123 template management at the moment.
Thanks,
Matthew