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.
ReferencesConsult Blue Prism's documentation on expressions and how to work with collections within them for precise data referencing using dot notation.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit