Table Row Deselect

  • Goal: I have a table with multiple selectable rows. When I select a row, a query is run to update the table. When I "deselect" a row I want to run a query to remove that row based on the row data id. Is there a way to get the value of the deselected

  • Steps: I have selected Change Row Selection and Deselect Row but there doesn't seem to be a way to grab the id of the deselected row.

You should be able to just use currentRow in the Deselect action to run a script/update a value/trigger a query. Is the "data id" a field in the row? Then it would be currentRow.dataIdField