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
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