How can we sort the output of data scraping?

for eg: in flipkart automation how can we sort price from low to high

hello @Minto_Sunny

  1. perform the data scrapping and get the result in a data table.
  2. Use sort data table activity to sort columns according to price.

Regards,
Nilay Varshney

i stored the result in outputdata table and the output of outputdatatable is in string. Now the problem is whwn i use the sortdatatable i cannot convert string into datatable

image
Make sure You use the input as well as output datatable properties to first get the sorted datatable into some variable

After the sort activity you can use output data table with the variable “output datatable from sort table”

1 Like

Sort the datatable first, before using the output datatable activity.