I’ve got a repeating group which is displaying individual texts within a list of text’s.
If I have duplicates of the same word or multiple words, when I delete one, it often deletes the wrong instance of this duplicate (pretty sure its always the first time the phrase appears in the list)
e.g. if I have a list of fruit:
Apples
Banana
Mango
Banana
When I go to delete Item #4 from the repeating group (through an action > make changes to thing > delete current pages ‘dataset’ fruit list item# current cell’s index , I am left with the list:
Apples
Mango
Banana
The problem arises when I have another data list e.g. price, the two ‘Item 4’s’ from each list are supposed to correlate, although now they do not. I feel like a unique ID after each fruit would stop this, but would rather not have to figure out how to do this and keep it hidden…
Any input appreciated.
Thanks!