Hi, is it possible to reference a given iteration from a repeat in a report?
I have a repeat ${fw_pump_test}, which includes the question ${fp_name}. There are three iterations of this repeat input into the form. I would like to reference only the second instance of ${fp_name} in a sentence in a report.
I have tried:
${#fw_pump_test | resultRecordCount:2} ${fp_name} ${/}
But this pulls through both the first and second instances. Is there a way to get just the second response?
Thank you.