DataTable and DataRow Assign Faulting

Hi Gurus

I have a data table DT type DataTable with 4 columns and DTRow type DataRow .
COL1 COL2 COL3 COL4
TEST1 REASON 1 2
TEST2 FAILED 1 2
TEST3 SUCCESS 4 6

When i do the assign

DTRow = DT.Select

Its giving me error assign faulted
“message”: “System error at initialization: Object reference not set to an instance of an object. at Source: Anonymously Hosted DynamicMethods Assembly”,

What is wrong with the assign part of this

Regards

Can you please try to import uipath. Database in the import panel?

Is your DataTable coming from another workflow where you are missing to pass the arguments to the workflow that has that assign part? If yes then as mentioned by beesheep import the arguments and pass the datatable. If not then please attach the screenshot of your workflow or the xaml file.

Thanks,
Rammohan B.

Ram

Please find the flow attached

workflow.xlsx (103.4 KB)