I have a survey with nested repeats
Plot > Seedlings > seedling visit
When the restoration crew visits a plot (main feature) they need to visit each seedling (first repeat) and then add a record for the seedling visit (nested repeat). For the newest seedling visit I want to limit to only 1 NEW record.
Here is what I've tried :
Outside of the repeat I used an aggregate expression: ${repeatcount} = count(${VisitNo})+1
I then referenced that field in the repeat_count column : repeat_count=${repeatcount}
However, this constantly updates and adds new records everytime you move to the newest record.
Any suggestions?

