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
I don't believe there's any automated functionality to handle this. If it's a one-time need, you could look into exporting everything and then looking at the UUID's contained in the zip file, though it might not be easy to back-translate all UUIDs to the regular readable object names.
What do you want to achieve?
NO built-in expression rule that lists all application objects and their UUIDs in one step. However, you can achieve this by exporting your application package, unzipping it, and accessing the folder structure - each XML file inside represents an object and contains its UUID. You can then parse these files to extract the UUIDs and object names. Then you can feed this data into a data store and use Export to CSV features in a process model to export reports as CSV files.Quick Reference Links:https://docs.appian.com/suite/help/25.2/reference-structure.htmlhttps://community.appian.com/b/appmarket/posts/content-tools