I'm building a rule which will take 'Plugin Name' as an input (example:Excel Tools) and expected to return all the dependent object names where this plugin is referred in. Is there a way to achieve this?
Manually, we can go to Appian Designer -> Objects -> Plugins -> select a plugin and choose dependents to get the list, I'm trying to automate the same behaviour.
Any leads will be appreciated.
Discussion posts and replies are publicly visible
I do not know of a way to do this. Did you consider to check the Appian Java API and write a plugin yourself?
As Stephan suggest, try writting your own plugin...
docs.appian.com/.../Search.html