ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 152 - AD01 discussion

Report
Export

Complete the following statement

Collection columns are referenced in______________using dot notation

A.
the Loop Properties
Answers
A.
the Loop Properties
B.
an Expression
Answers
B.
an Expression
C.
a Work Queue
Answers
C.
a Work Queue
D.
a Business Object
Answers
D.
a Business Object
Suggested answer: B

Explanation:

In Blue Prism, collection columns are referenced in expressions using dot notation. This allows for dynamic and precise access to specific data within a collection.

Expressions (Option B): When you need to reference a specific column in a collection within an expression, you use dot notation. For example, if you have a collection named EmployeeData with a column named FirstName, you would reference it as EmployeeData.FirstName in an expression.

The other options are not correct in this context:

Loop Properties (Option A): While loops interact with collections, they do not use dot notation to reference columns.

Work Queue (Option C): Work queues handle items as a whole and do not use dot notation for columns within collections.

Business Object (Option D): While Business Objects can manipulate collections, the specific reference to collection columns using dot notation is primarily used in expressions.

Reference Consult Blue Prism's documentation on expressions and how to work with collections within them for precise data referencing using dot notation.

asked 16/09/2024
Hernan Rojas
48 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first