We would like to fill n populations with the same data of population1, and then only change those where there are actually differences

That wouldn’t work because this would be the first time records are collected for populations of many species, so we have no way to create the .csv file in a meaningful way.

Reading other topics seems that I could use calculate() as explained here to automatically fill the responses that involve select_one, but I haven’t been able to figure out if I could do the same to “copy” a text answer from question 1 pop1 into question1 pop2. Any thoughts?