How to convert ienumerable<queueItem> to datatable

We assume that get Queue Item->s is used

here we would recommend to specify what is needed. QueueItems Properties e.g. Reference, Status,… SpecificContent infos

Example: All SpecificContent Dictionaries to DataTable

Assign Activity:
dtData =

JArray.FromObject(YourGetQueueItemsOut.Select(Function (x) x.SpecificContent).toArray).toObject(Of DataTable)

7 Likes