Is there any way to update or remove a specific row in a model?
Let’s say I want to run a branch that investigates row 0 on a model, and if row 0 is found to have a certain condition, removes that specific row from the model prior to saving the model. How do I go about doing this?
Page 1 / 1
Hi Mark! One thing to try here: a model action that listens for an update to that row (row 0), that on update runs the action “remove row from model (rows in context)”. Use a UI-only field to trigger the model action. Make sense? Definitely getting into some deep Skuid functionality here.
Interesting approach, I’ll try that. Thanks!
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.