Orchestrator queue items retrieve and pass as variables through workflow

  • I have four variables in four columns (ID, Directory, Pack, Trial Balance) in an excel document,
  • There is more than one row representing more than one set of financial data,
  • I use a read range to read the data and store it in a data table variable,
  • I then use a “bulk add queue items” activity to upload the data table to an orchestrator queue “QueueA”,
  • I then need to get these four variables for each row (set of financials) and pass them through a workflow,
    Once again the uipath documentation is not helpful at all.