Hello.
Having a problem with extracting data as a list instead of datatable.
What I want to do with the data is to compere it against another list and get unique values.
I know that I can use a for each loop to add them to a list and than work with the lists, but I have hundereds of entries and just running a for loop on it slows the flow down by quite a lot.
So is there a trick to forcing out a list of text values from data on a webpage that has it formatted as a table? On the webpage it's a three column table from which I'm grabbing the middle column.
Also if there is a way to just quickly extract unique values from n data tables I would love to hear that solution as well.

Report
All responses (
Answers (