How to add all rows to under the one object?

Hi,

I have this data;

image

and I want to add all values under the one key in queue.

image

Regards,

Canberk.

hello @Canberk

yes it can be done, refer my workflow.

basic idea is strong all the values in a collection then same collection will stored inside a dictionary for a key.

dictionary is of type dictionary <string , list(of string)>
and the collection is of type system.collections.generic.Ilist(of string)

DctionaryOfList.zip (19.6 KB)

Best Regards
Ajay

Thanks a lot :slight_smile:

cheers…

@Canberk

If problem solved please close this thread.

Cheers
Ajay