I have attached my excel sheet here
I need to add the Invoice numbers only 1177,330,12244,INVOICE1184 from excel to Queues in orchestrator.
Can anyone guide me how to add the invoice numbers to queues in orchestrator.
I have attached my excel sheet here
Read the spreadsheet using read range
Get distinct values within the ‘Invoice Number’ column to a list
Loop through that list using add queue item with parameters of Invoice Number
Thanks for your support.