cancel
Showing results for 
Search instead for 
Did you mean: 

Regex pattern

VratHimbo
Level 6

Hi all,
i've a collection field with dynamic column name but always with ONE row.
I need to check if this row contains at least one "YES" value.
I didn't want to loop through each collection, so my idea is to use:
1) Get collection as CSV (in that case i have one text data item with all values separated by a comma) but now, how can i check if at least one value after comma (,) is YES?
Can i use a regex pattern?

Thanks in advance



------------------------------
Vrat Himbo
------------------------------
10 REPLIES 10

Aye, that would do it. Whenever you use C# you'll want to add the System.Core.dll reference.

------------------------------
Nicholas Zejdlik
RPA Developer
------------------------------