Hello,
I’m a beginner to uipath and i’m creating a automation to extracting price and name from lazada(e-commerce website) and filter it <5 dollars and >5 dollars but whenever i run the project it throws a error like this Assign: Cannot perform ‘<’ operation on System.String and System.Int32. I’m using assign activity to filter out the datatable ExtractDataTable.Select(“Price<5”).CopyToDataTable
Can anyone help me do solve this.
Thank you so much for your time.