Hi Guys ![]()
I’m currently stuck with the problem that i want to filter a scrapped Data Table. The Data Table contains strings and integers. I want e.g. to filter the table according:

row(“Type”).Equals(“WI5”) AND row(“Status”).Equals(“Open”) AND values from Column WIID < 500000
Filtering the strings works perfectly fine, but when it comes to WIID (i believe the values are integers?) it doesn’t work. I tried filtering with the Filter Data Table Activity too, but it doesn’t work either.
Thanks for your help! ![]()