Hi, is it possible to store the data from a previous REST call, then use the service only to populate the page components from the data previously stored? My main goal is to speed up a bit the app execution but still use the REST services I've created to build the interface.
I know I can use "restservicename.data" to get the data, but how to use it in conjunction with an existent service to populate the components?
Many Thanks.