- Items are like this in the queue
I want to add all the dates, open, high, low, close, … volume into a data table
I want to add all the dates, open, high, low, close, … volume into a data table
You can use the “Get Transaction Item” activity & there you can pass the name of the queue & pass the output. Once you fetch this item, you can get these details by using TransactionItem.Specific.Content(“Date”) etc
Once you get all these values, put them in an array & assign to “ArrayRow” field of add data row activity after building the datatable with column names.
Thanks a lot, it worked a magic. TypeArgument “UiPath.Core.QueueItems” was the reason behind all this frustrations.
U are welcome !! Happy Learning
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.