I’ve generated table using “Data scraping” tool, Im trying now to filter the data table using value of WIID column < 500000, I’ve couldn’t get this code to work, I’ve tried:
guys remember that we are in UiPath forum and he is trying to learn it, we should avoid offering coding solutions to do things that dont require it… @zbigniew.lukowski that column is of string type, you cant use that operator to filter it… your solution is perfectly valid, removing the rows you dont want, BUT, what are you doing with the rows that have WIID < 500000? Because you can simply put an IF condition and use the rows you need and ignore the rest…