Change my data from Excel to Queue

I got a program that load a Excel file, regroup the data by Order number and then look up in a system if every line of the Order number is completed, if so, move the file.

Is there a way to push item to Orchestrator using a sort of grouping?

Basically, I want the robot to get every item of my queue that has the same Order number and look them up line by line after.

I seens the bulk add queue item and I’m wondering if that the right solution or not?

You can serialize and push the items to queue.

I’m not sure what you means by that?