I'm building an Experience Builder with a number of surveys. One of the windows is the edit mode of a survey to allow my user to switch feature status from open to closed. The problem is that in my original survey, much of it calculates values behind the scene to not overwhelm the user with information, and these hidden values don't carry over after the edit is made in edit mode. I can reveal the values, but that makes them editable, and the same issue happens when the values are read only enabled.
Has anyone run into this issue? Is there a workaround? My concern is that I don't want my user to accidentally change the values by disabling read only, but there seems to be no other option.