I have a Repeat where you input a plant species. Each entered species goes on a new repeat. I am pulling the species data from an external csv file (there are 1700 species). This works, however, if I have say 5 different plant species and I want to scroll back to a previous entry, the species choice is blank as the calculation for that choose one is performing the pulldata from the csv file and it doesn't recall the entry that was originally submitted.
Is there any way that I can keep the species that were entered so that I don't have to re-enter the value each time, I just want to scroll through the repeat to see what I have previously entered.
I don't want to enter the 1700 records into the choices on the xlsform as this is a living document that changes often and contains other columns of information that I am also pulling into the form.