Cascading select_answer all

Hi @Saneesh,

I have a suggestion for you. Since the loop is dynamic, you can make the form such that you have a defined loop number, depending on the trees. Since you have number of trees in the text, you can change it a bit to allow to fetch that number dynamically. So, instead of (10 trees) , you can change it to --10, so that to fetch it using substring-after function. That means the repeats will be added automatically. See the form AnantapurTrees (1).xlsx (34.0 KB)

After if you wish to check for duplicates and restrict it, check this thread