How to solve below problem on prefilling correct values in repeating group?

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?

Hi there, @j113… you mention a popup and a repeating group, so you are probably going to need to use the Reset data workflow action to reset the popup’s data when it it closed or use the Display list action to reset the repeating group’s data when the popup is opened.

One of those actions should do the trick, though, and I hope this helps.

Best…
Mike

Hey @mikeloc ,

Thanks i used an action Reset Pop and that worked.

This topic was automatically closed after 70 days. New replies are no longer allowed.