Copy queue name from one data table to another data table without using loops

@ppr

Used assign activity and tried Join query as well. Got some more error messages as above.

I feel that there’s a problem with QueueDefinitionId data type when assigning result back to FinalQueueDT.

check if following is fixing:
Join

Let ra = d1.ItemArray.Append(qn).toArray

first LINQ
d.ItemArray.Append(qn).toArray

1 Like

Thank you @ppr

I tried .toArray on the join query and it is working. Thank you very much.

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