I’m experiencing some strange behaviour with a repeating group.
I have two lists: List A, and List B.
Both of these lists contain ‘Items’.
I display List A in a repeating group on the page, which works fine. Each item is displayed and has it’s own button to ‘Close’ that item of equipment - a workflow then moves that item from List A to List B - and therefore, it’s no longer displayed on the page.
However, as soon as I ‘Close’ the first item in the repeating group, the entire repeating group disappears - when I refresh the page, the remaining items re-appear - I’ve read online that this is a bug with repeating groups cause where you mutate a list it is relying on? Is this the case? Surely if it’s relying on a list, it should just update, not completely implode when a single item is removed?
Any thoughts/help are welcome!