Hi Brian,
Refer the below example and implement accordingly.
You can find this value in RunTime DataTable in Test Results Window.
Refer the below example and implement accordingly.
Code:
ADid = mid(objTable, instr (objTable, "ADID=")+5,7)
DataTable.Value("Test_Col",dtLocalSheet)= ADid
Msgbox DataTable("Test_Col",dtLocalSheet)You can find this value in RunTime DataTable in Test Results Window.

