Get WIID value of Get Queue Items

Very good to everyone,

I am trying to get all the WIID values ​​from the orchestrator’s queue to compare it with the queue that I want to insert into the orchestrator (so there is no duplication of queues). For that, I am using the Get Queues Items activity (because I don’t want to make a transaction but a query) and a for each to go through it. My problem is that I can’t get the data obtained from the Get Queues Items to go through it for each and i have this problem (imagen 2).

Thank you so much for help me.

Hi @Jean_Piere_Ochoa
Use Transactionitem.Select(“[WID]<>‘’”).CopyToDatatable()

Thanks
ashwin S

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