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)