Default type of transaction item variable in uipath
Answers
Answered by
1
if you are using orchestrator queues then you have declare transactionItem is of type ‘QueueItem’.
If you are processing dataTable then we have to declare Datarow type. Because we are taking one by one row from dataTable and will process it.
It’s all depends on Type of TransactionData you are taking for processing. Based on that you have to declare transactionItem type.
Similar questions