Hello,
I’m working on a workshop application and I would like to have a metric card with the last update date for an object type used in the app.
This feature doesn’t seem to be available directly in workshop, the only solution is to use a function defined variable and try to get the last update date using typescript in code repo.
My question is : Do you know if it is possible to get the last refresh date using an API call ?
I didn’t find any documentation mentioning last update date of an object type.
Thank’s