deni_cr95
(Olsen, Denisse)
November 2, 2023, 12:54am
1
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
Yoichi
(Yoichi)
November 2, 2023, 12:58am
2
Hi,
For now, can you check content of in_CurrentURLrow at Locals panel when exception occurs?
Regards,
deni_cr95
(Olsen, Denisse)
November 2, 2023, 1:02am
3
Original data table, datarow is extracted from here
deni_cr95
(Olsen, Denisse)
November 2, 2023, 1:07am
4
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
Yoichi
(Yoichi)
November 2, 2023, 1:10am
5
Hi,
The image shows the datatable is null.
Can you check the datatable is set in Output-DataTable property of BuildDatatable?
Regards,
deni_cr95
(Olsen, Denisse)
November 2, 2023, 1:27am
6
I believe that DataRow is for this poperty
Because the data row I need the info from It is ok
Yoichi
(Yoichi)
November 2, 2023, 1:30am
7
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,