cancel
Showing results for 
Search instead for 
Did you mean: 

Reading entire field in a Collection

SaraanshArya
Level 3
Is it possible to refer to all the values under a certain field of a collection without using a loop, as is done in a list?
3 REPLIES 3

Denis__Dennehy
Level 15
Have a look at the Utility Collections VBO that is distributed with the product.  I think there is some kind of action in there to get a field value.  

SaraanshArya
Level 3
Thanks for your response Dennis, but in that action you have to provide the Row Index as well, so the action gives me a single value from the entire collection. What I am trying to do is find a value in the entire column of collection without using a loop, as is usually done using lists in coding.

Hitesh__Mhatre
Level 4
Hi, 'Filter Collection' action from Utility Collections VBO may help you where you need to put query expression to search value from a column and you get collection as output. Note: You and use Logical operators also.