Enum check through the entire application once a enum's value is modified

Hello!
I've changed the enum and based on the values of it, I have several conditions that must be updated too. 
It is difficutl to remember all places in which the value "X" has been used.
Well, this is exctly the situation that I ecountered several times using AppSheet and, I think, that these situations are quite time consuming for nothing 🙂 

A way to know where a certain enum is used can reduce a lot the number of potential bugs.. 

And why not to add the possibility to search a word through the entire app 🙂

In all IDE we can search through the entire code, this is very usefull when you change something and you need to find all other places in which that thing has been used.
For example, the value of an ENUM and you used inside different condition.. 

Status Open
1 2 145
2 Comments
Hamlet
Silver 1
Silver 1

Hi,

One way I do this is using the auto-generated App Documentation. There you can search for any term or string, and it will help you identify wherever it is used in the App.

You can find this option under Info -> Properties -> App Documentation

Hamlet_0-1667397183909.png

 

Gooooid
Bronze 1
Bronze 1

@DroidTeo do you mean a kind of "real time" check each time an enum is modified?
and AppSheet should show you a message or something saying "the value is already used Go To The Problem"..

Ehm.. why not! 

I think it can be useful yes 🙂