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.