DataRow columns to DataTable

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
image

Action
image

Error
image

ArrayRow
image

Hi,

For now, can you check content of in_CurrentURLrow at Locals panel when exception occurs?

Regards,

Original data table, datarow is extracted from here

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,

I believe that DataRow is for this poperty
image

Because the data row I need the info from It is ok

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,

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.