Hello, I have a Repeating Group (columns). In that RG I have an input. It adds the price of some items.
This input has a conditional that says “When this input is empty, the initial content is 0”.
When I go Live Mode, the input in the first column starts blinking. I imagine that as it is empty the conditional is true, so changes its initial content to 0. Once it is 0, it’s not empty anymore, so the conditional is not true and it gets its initial content, which is empty, so the conditional is true, so changes its initial content to 0… Infitite loop here.
The thing is that it only happens in the input of the first column of the repeating group, not in the rest.
I can’t upload a video, but it blinks like a turn light.