Hi, I have a repeating group popup in which some fields are text and some are input fields, there is also a save button to save the data.
When user loads the repeating group (1st time) , values are displayed from my database. Now when the user edits any value (but has not saved yet) and when he closes the repeating group and opens repeating group again (2nd time), the value that is visible is the edited value. Now when i refresh the page open repeating group than the correct value are displayed from database.
What i want is when the user opens repeating group 2nd time than i want to show values from database only and not edited values. Can anyone help me here?