I have a problem where I am trying to loop through each list in a DataTable created from a data scrape session.
Everything works fine if I decide to open the scraped URLs in new browsers, but that is not really optimal since those are a lot of web pages to be opened at the same time.
What I want is to create a navigation to the datascraped URLs and go through them one by one, but it seems like the problem lies within the loop not going through each item in the DataTable.
I will upload the project down below so you can get an idea of what I am trying to accomplish.
Main.xaml (21.6 KB)