Hi… I want add row to dtOutput with ternary condition, how to skip add row if the condition is false ?
i make this code, but error “The source contains a DataRow reference that is null”
You can use For each Row in Input Datatable, Check the conditions and subsequently add the row which matches the conditions into the output table. Im not sure of using LINQ for this scenario but maybe you should stick to the Uipath Activities.