Is there a way to get the list of all application objects we have in Appian via expression rule? I want the create a csv file with all objects and their corresponding UUID.
Discussion posts and replies are publicly visible
It is possible with a plugin function getappobjectuuids(). I'm not sure where the "GetObjects" plugin comes from though, since it pre-dates my current role.
getappobjectuuids()
This seems to be a deprecated plugin.
Do you have a link to a page for it? I could see it being useful for some automated testing in QA, but it definitely seems like the kind of thing that should not go into production.
Deprecated plugins are not available.