VB.Net code to select multiple criteria applying filter in blue prism

Ashwini shankar

New Member
Hi Team,

I have a requirement like i need to apply filter for a column and select four dimensions 970x250, 300x250 ,300x600 and 320x50.

Is there any action in blue prism to select multiple criteria like this or please provide the VB.net code to achieve this.

Thanks in advance,
 

Sachin_Kharmale

Active Member
If you are working with collection.
You can use the filter collection action from the Utility- Collection Manipulation VBO.
and use the query to filter the rows based on your requirement with the OR Keyword to apply filter on the multiple values.
 
Top