I have created this extraction as project , from my end it works for table extraction from curatal website .
Main.xaml (25.7 KB)
1 . Declared a variable pagenum =1
2 . Used while loop , condition gave pagenum>=1 && pagenum<=5 ( you can change it from 5 to any number of rows u want to see as output)
3 . Drop an Select Item activity and select this element
For select item , use pagenum as input.
4. Call Extract table data activity
5 . Use Assign Activity and pass pagenum = pagenum+1
Hope it works.