Add last modified date/time onto page layout

Is there a way to show the page last modified date/time on the skuid page?
I am building some community pages and frequently the community page will be lagging by several minutes. It’s very frustrating test the new page only to find out that it’s not really the new page.
Currently, I have a text field that I use to manually do this but would like to do it automatically while in development.

I think you’d need to query the SKUID page object (skuid__Page__c) in a model and pull the last modified date off of that. You should be able to pull it via a model and query on the page name to find the page you’re working with, or if you know the page’s ID you can potentially use that as well.

1 Like