Repeated entries in the output CSV from Multiple page scrape

Hi,
I’ve automate data scraping from a site with no next button but the output randomly repeats random pages and the supposed correct page is overwritten by the repeated page. I’ve uploaded a screenshot of the output csv and the web page I’m scraping and the data it is scraping. Also included below is the process flow used. Any input would be greatly appreciated. Thank you!

1.1 Main (Flowchart)
StartNode = 1.5 Multiple Scrape
ValidateUnconnectedNodes = False
Private = False
Variables
ExtractDataTable(DataTable)
variableInput(String)
variableCharArray(String)
Splitter(Char)
dynamicSelectorString(String)
Nodes
1.5 Multiple Scrape (Sequence)
Private = False
Activities
1.10 Attach Browser ‘PSEAC9160 Page’ (BrowserScope)
Selector =
BrowserType = Chrome
Private = False
Body
1.11 Do (Sequence)
Private = False
Activities
1.38 Assign (Assign)
To = variableCharArray
Value = variableInput.Split(Splitter)
Private = False
1.12 For each (ForEach)
Values = variableCharArray
Private = False
TypeArgument = System.Object
Body
1.13 Sequence (Sequence)
Private = False
Activities
1.31 Assign (Assign)
To = dynamicSelectorString
Value = “”
Private = False
1.14 Body (Sequence)
Private = False
Activities
1.26 Click ‘TD’ (Click)
KeyModifiers = None
CursorPosition
OffsetX = 82
OffsetY = 14
Position = TopLeft
SimulateClick = True
SendWindowMessages = False
ClickType = CLICK_SINGLE
MouseButton = BTN_LEFT
Target
Selector = dynamicSelectorString
WaitForReady = COMPLETE
Private = False
1.15 Attach Browser ‘PSE2GO160 Page’ (BrowserScope)
Selector =
BrowserType = Chrome
Private = False
Body
1.16 Do (Sequence)
Private = False
Activities
1.17 Extract Structured Data ‘TABLE’ (ExtractData)
ExtractMetadata =
MaxNumberOfResults = 0
DataTable = ExtractDataTable
DelayBetweenPagesMS = 300
Target

																		ContinueOnError = True
																		Private = False
			1.6 Write CSV (WriteCsvFile)															
				Add Headers = True														
				File Path = RawScraper.csv														
				Data Table = ExtractDataTable														
				Delimiter = Comma														
				Private = False