I have created a datatable dt=new system.data.datatable
and given the add data column and gave the column name as assigned_grp and datatable name as dt.
Then used the Assign activity dt.rows(0).item("assigned_grp)= “ASG”
while running the error is showing as “There is no row at position 0”.
I am struggling on this part for many hours.
Anyone please help