Hi @mlo1 ,
I opted to avoid looking for state and just grabbing the currently selected rows then using the positions to fill in the column.
dt=current data table();
selected=dt<<get selected rows; //grab the selected rows
column(dt,"Step")[selected]="Process 1";//replace the selected rows with "Process 1"
Thanks,
Ben
“All models are wrong, but some are useful”