cancel
Showing results for 
Search instead for 
Did you mean: 

Getting values from collection using the value of a Column.

AyyoubBenoudina
Level 4
Hi Blue Prism community

I'm looking for a code that can work with Blue Prism.
I have a collection for example:
Column1    Value1 Value2
Name          john      Smith
Address      Street    43

and I want to get the data in  Value1-column  when the Column name = "stringxxx"     For example  When column Name = "Name" I have to save the Data in Value1  which is "John" in this example.


I know I can loop through the collection and check if the Column name =  "stringxy"  but I have a big collection and doing the check with multiple choice of Blue Prism will make the Page big and ugly.

Any Code with C# will be helpful here for me. thanks


Thanks in advance
Best regards,
Ayyoub

------------------------------
Ayyoub Benoudina
------------------------------
1 REPLY 1

John__Carter
Staff
Staff
Use the Filter method in the utility VBO to apply a filter such as [Value 1] = 'John' and produce an output of all the rows satisfying the condition.

------------------------------
John Carter
Professional Services
Blue Prism
------------------------------