BluePrism- Advance Filter

Dhwani24

New Member
Hi,

I want to filter/split collection into 2. I want to filter down with below formula:

"Column7 = "StartsWith([Subject.Column7], "ST") OR StartsWith([Subject.Column7], "KB")""

From collection, I want to filter it first from above formula and copy into other collection. Else, I can split into other collection by this formula. It is giving me boolean error
Internal : Could not execute code stage because exception thrown by code stage: Cannot perform '=' operation on System.String and System.Boolean.

Please guide me how to filter data with advance formula.
 

ShubhamJangam

New Member
Hi ,
First use find if subject.Column7 contains "ST", if Yes apply filter on row else go next row.
PFA
 

Attachments

  • Filter Collection.PNG
    Filter Collection.PNG
    25.4 KB · Views: 15
Top