I am looking to gather details on all objects that been modified or updated in our Appian environment over last 6 months. Specifically,1. How can I obtain a list of all modified /updated objects during this period? I know, we can manually check each objects versions for the changes made, or last modified but was wondering if there is consolidated a report at object level2. Is there a way to track which users made these modifications and when?If anyone has experience with this or can point me to relevant resources or methods, I would greatly appreciate your insights!Thank you in advance for your help!
Discussion posts and replies are publicly visible
docs.appian.com/.../Logging.html
Yes, I was checking the logs and was able to find the details who modified and when the objects were changed. But I've observed that the object details are recorded by UUID. Since there are lot many objects, I want to check how I can convert these UUIDs into object names in bulk? Any resources or guidance on this process would be immensely helpful.
You can use getcontentdetailsbyuuid() function to get the object name.
Yes above function helped. Thank you so much all for your help