Hello - I am having trouble with the attached workflow where I am trying to use dt.select() functions to add a value from one dt to another dt. I am getting the error Assign: Index was outside the bounds of the array. Can anyone help as to what I am doing wrong?
I have attached the workflow to this question. Thanks in advance. TestProcessDTSelect.zip (28.2 KB)
@Cormac It is not working because in the assign select condition you are passing wrong arguments.
You should use the expression below and see if thatâs your expected output.
ReportDT.Select(âConvert([Model],âSystem.Stringâ)='â+row.Item(âMaterialCodeâ).ToString+â'â)(0)((âVendor Numberâ).ToString)