"Row in Model updated" only works the first time the model is loaded

Kyla, I think there’s some confusion here with what the “Row in Model updated” action does. You’re looking for the “Model requeried” event.

The “Row in Model updated” event is only published when a user makes a change to a row, e.g. changing an Account’s Name from “Acme” to “Blah”. The “Model requeried” event is published when Models are first loaded, when you change filters, when you enter search text, etc — any time that the Model is queried.