Is there a way to validate the field conditions when building an app?
Ex: The choice of a drop-down is used to show or hide several fields in an app, on several separate pages. If the choices of the drop-down are modified, you have to manually go through the entire app to check & see if that particular text was used. (This seems to hold true for all field conditions.)
My idea solution would be a way to download a machine-generated intermediate textual format that could be programmatically (or manually) checked, even if the corrections must be made in the graphical editor, because a text format is easier for me to follow the logic; but a graphical dependency tree of some sort would work as well.
Comments
2 comments