Data Table Remove Row
Remove one row selected by key or index.
Parameters
| Parameter | Description |
|---|---|
| Data Table Source | Select the target DataTable. Set Source, then assign the matching table, asset, or component field that appears. |
| Row | Row selector (by index or key). |
| Not Found Event | Optional event sent if the row does not exist. |
Details
This action resolves a row and removes it from the table.
If no row matches the selector, no data is removed and Not Found Event can be sent.
Examples
- Remove a completed objective from an active objective table.
- Remove expired offers from a rotating shop list.