I am importing a DataRow Argument that contains 7 columns to a component that creates a Data table of 3 columns. I need to get those 3 columns from the DataRow Argument and add it to the data table.
Data table
Action
Error
ArrayRow
I am importing a DataRow Argument that contains 7 columns to a component that creates a Data table of 3 columns. I need to get those 3 columns from the DataRow Argument and add it to the data table.
Data table
Action
Error
ArrayRow
Hi,
For now, can you check content of in_CurrentURLrow at Locals panel when exception occurs?
Regards,
I believe the array is working and extracting the 3 object I need. I dont know why is not pasting the info to the data table
Hi,
The image shows the datatable is null.
Can you check the datatable is set in Output-DataTable property of BuildDatatable?
Regards,
My intent is out_UpdateStatusDt is null and it causes this exception.
So, for now, can you check the datatable is set in Output-DataTable property of BuildDatatable?
Regards,
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.