Skip to main content
Nintex Community Menu Bar
Question

Update / Remove specific row from model?

  • July 11, 2024
  • 2 replies
  • 9 views

Forum|alt.badge.img+10

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?

2 replies

Forum|alt.badge.img+11
  • July 11, 2024

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.


Forum|alt.badge.img+10
  • Author
  • Scholar
  • July 11, 2024

Interesting approach, I’ll try that. Thanks!