Select check box only current row was selected and others unchecked

Hey @Shailendra_Kumar ,
Firstly, create an empty variable, and then use this script:

table1.selectedDataIndex({
  mode: "index",
  index: variable1;
})

await variable1.setValue(table1.selectedDataIndex);
1 Like