Hi, I wanted to make workflow which will take one specific table from every page about F1 season(“Schedule of events”).
Example: 2018 Formula One World Championship - Wikipedia
So I made While loop which go from 2014 to 2018, find this specific table and get data with Data Scraping, then just extract it to csv. I wanted to make it, that every season has his own csv file. My problem is that I don’t know how to reset ExtractDataTable variable in every step, because data is appending to the end of this variable and each next season has data from all previous seasons.
I triead to set ExtractDataTable to Nothing, but UiPath throw error.
How should I do this?
This is my first comment here, I’m glad that I would be part of UiPath community.