Exam UiARD All QuestionsBrowse all questions from this exam
Question 197

HOTSPOT

-

A developer wants to use the Robotic Enterprise (RE) Framework to automate a business process. The TransactionData of this process is a collection (DataTable) of vendor names and addresses.

Instructions: From the drop-down list shown in the following exhibit, select the variable type for the TransactionItem.

    Correct Answer:

Discussion
albmod

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.

sur_bhi123456789

i also think so it should be datarow

[Removed]

Is it not Datarow?