I haven’t had this issue before and it worked fine a few days ago but now I have a repeating group that is supposed to update when a user clicks on an element but the updated data doesn’t show up without a refresh.
If I refresh the page manually then the repeating group shows the data right away.
Here is what I figured out:
Repeating group updates immediately if the change is made by the same user (for example: I delete an element from a repeating group)
BUT
In my application I have two kind of users and one user will see a change in a repeatinggroup when another user makes an action that changes the data in the other user’s repeating group. (for example: another user deletes an element from a repeating group, the change on the other users repeating group only seen after refresh of the page.)
What’s interesting that it worked fine a few days ago and I didn’t change anything about the repeating group.