Hey Team,
I have a bunch of datatables (with nested datatables within them) stored in my queue which have been extracted from the Process Application
How do I get the datatables…
into the queue as it looks as though queue items can only be strings?
Out of the queue as I can only seem to pull out a ‘QueueItem’ variable at the moment
Thanks for that.
When deserialising the DataTable, where do I reference the queue item variable which I pull out using the Get Transaction Item activity.
Also, is the ‘queueitemspecificcontent’ a string variable which needs to be created? (I am assuming so but wanted to double check)
Ah okay, I think I know why I am getting confused now!
So I have the ‘Load Queue’ part as a separate process so that the process queue can be run alongside or on multiple bots if necessary.
Therefore, I don’t have the ‘Add Queue Item’ within the same process as the ‘Get Transaction Item’ and so do not have the relevant arguments and variables.
Does this create an issue?
In that case, could you perform a Debug and check the content of out_TransactionItem.SpecificContent in immediate panel, which should be able to let us understand what are the contents present in it.
Also, do check if you are using the same Queue name.
From this Debugging, we understand that there are no values passed as Item information when adding the Queue Item details.
Also, we have the Queue Name mentioned, cross check if the same Queue has been used, also check in the Orchestrator for the Queue if there are any items and values available.
We need to check it after the Add Queue Item activity is executed whether the queue item is actually getting added to the Queue in Orchestrator.
We need to understand more on this context. If this is diverting from the Original Topic, would request you to create a Separate post, so we have a dedicated post for it and we can narrow our conclusions for that specific problem.
We would need more understanding of the Nested Datatable created.