Hello, we are trying to make a field remain visible even if the visibility condition changes. For example, on startup the field is not visible, and if the field becomes visible we would like it to remain visible, even if the condition making it visible disappears. We would like to accomplish this without repeats.
Currently we have a variable solely dedicated to evaluating the condition, so the body::esri::visible column in out xlsx reads only ${condition}. This works how we would expect. We have also tested a combination of calculation behaviors (auto, manual, etc.) between these two variables to no avail.
Is there any way to "Toggle" a fields visibility, and provide it no way to "turn off?"