Export to a queue

Hi.

I’m using the document understanding framework. Instead of exporting to an excel, I need to send the results to a queue in orchestrator. How would I go about doing that?

Thanks

@Vicky_Fegan1

At the end it will generate output in DataTable format right to write into Excel file. Here, you can use Bulk Add Queue Items activity and pass that DataTable to add it to the Queue or you can use For Each Row activity and inside use Add Queue Item and pass required fields you want to add it to the queue.

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