Action Sets

“Action Sets” can be a new section below snippets. You’d have a predefined set of actions that consume events for context and can be called anywhere other actions are called from.

For example:
I want to create a new row in a UI only model each time any of my models are saved or have a new row created.

Hypothetically, I’d be able to create an “Action Set” with the following actions
Create new row in ui model
set row field “Model Modifed” to the model that initiated the action
set row field “Event Initiated” to the event that triggered the action

And add that action set to any model after any initiating events!