Skip to main content
Nintex Community Menu Bar
Question

Automated actions question (probably crazy)

  • July 9, 2024
  • 2 replies
  • 0 views

Forum|alt.badge.img+6

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.

2 replies

Forum|alt.badge.img+20

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. 


Forum|alt.badge.img+17
  • Nintex Employee
  • July 9, 2024

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.