All the places where a variable is used?

Problem: After some time, an app will have many variables. Quite often, there is a need to make changes to those variables, be it name change, or logic change, etc.
Currently one has to try to remember all the places / nodes / formulas where those variables are used, and go there to change. This task is highly error prone and it’s like a guessing work.

Suggestion: Give us a way to search Compose Pro and find all references to a particular variable [just like search in a text editor].

Thanks.

4 Likes

yes, or a simple json object of all data and settings so we do not have to wait for the ui to update if we need to make changes we already know exactly where they are at. Everything done via ui can be done by simple editing a json document. And such a doc could be searched and variables queried, find and replace, etc.

1 Like