What is the output type returned when using a Get Test Data Queue Item activity?

What is the output type returned when using a Get Test Data Queue Item activity?
A . Dictionary
B . Dictionary
C . Object
D . Queueltem

Answer: A

Explanation:

The Get Test Data Queue Item activity is used to retrieve a test data queue item from Orchestrator and store it in a variable. The output type of the variable is Dictionary, which means that it is a collection of key-value pairs that can be accessed by using the key name. For example, if the test data queue item contains the fields Name, Age, and Gender, then the output variable can be used to get the values of these fields by using expressions like outputVar(“Name”), outputVar(“Age”), or outputVar(“Gender”). (UiPath Studio documentation1).

References:1: Get Test Data Queue Item – UiPath Activities.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments