How to efficiently filter a datatable in Pega?
I have a data table that contains over 10k records. I want to efficiently remove the records matching certain conditions.
I tried a solution which involves creating a new data table and importing (with list loop) a data row array matching conditions but it takes a very long time which disqualifies it from being used in the solution.