When refactoring or reviewing any Mendix app,
I want to find all usages of a specific action (like “Log message” or “Call REST service”) from the toolbox,
the same way I can find all usages of a specific microflow or a java action in the project explorer.
To check if best practices and code style were applied or to refactor/update all occurrences of that action somehow.
Suggested Solutions:
In Find Advanced, there is the possibility to search for integration microflow actions, but not for other actions. That would indeed be useful.