Hi @elliot.barling,
For Option A, you can update the queue item’s content with new data using the Orchestrator API. After processing, you could create a table based on the SpecificContent keys in each queue item, adding these values as rows. This way, the data is updated in the queue item and can also be easily transferred to Excel.
In Option B, you would create a DataTable using the SpecificContent keys and any additional columns needed. Then, add values for each key as a new row in the DataTable, allowing you to write the data directly to Excel.
If the main goal is to export to Excel, Option B might be more practical.
Hope this helps.
Regards,
Furkan