Hey everyone,
In a excel document.
I would lıke to get the ID column values where the values in “product” column are equal to “unknown”

like this i want to send the values 4 and 9 to queue
Thanks in advance,
Hey everyone,
In a excel document.
I would lıke to get the ID column values where the values in “product” column are equal to “unknown”

like this i want to send the values 4 and 9 to queue
Thanks in advance,
Hi @berkaykor,
You can use Filter Data Table activity with column name “product” = “unknown” as shown in below screenshot.
Then by using that filtered data table in for each row you can use add queue item activity to load this unknown items in queue.

Thank you very much all.
In the add queue item activity what should I give as input.
I want to add the ID values seperatly as queue item @samir
Okay for this you have to create a Queue in orchestrator, and follow the steps below,
row("ID").ToString).E.g.
Yess İ figured it out. Thank you very much.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.