Automated actions question (probably crazy)

Is it possible to run automated actions on pages in skuid? I’d love to have a user bring up their list of cases and have a series of actions run automatically on cases in a current state.

Or at least create a series of actions that can be saved as “Action Snippet” in Resources that can be called via javascript on page load. 

You cannot currently bind a sequence of actions to the initial page load or model query.  

However, if the model is requeried you can execute actions.  So once a user selects their cases - the actions could be triggered. 

You can do this in code by running Javascript on page load.