You can extract the whole datatable every time you want post retrieving you can only take the column in the same DT which is required.
Example - DT1 is your extracted DT then in a assign you can write something like
DT1 = dT1.DefaultView.ToTable(False, “Column Name”) this will give you only the required column in DT1.
In the Wrkflw I checking the Filter are wrk correctly
So that, In the verify activity DT=ExpectDT
{ExpectdDt using the where method Get the Station values and filter the DT and check the Values are correct}
Before I Scrape only the “Station” column its Crtly wrking