Blue Prism - How filter a collection using NOT operator
I need to filter a collection that have "HoldingSubholding" column, that can have lot of different value. I need All the rows with the values except the rows that have value "A". How can I filter the collection? I would like to use EQUAL NOT, how cou...