How do I add a variable column to my sports data set?

So far I have developed a code that takes a game URL from a list extracts a structured table from the URL of the player data for both teams. Example of the web page here https://www.foxsports.com.au/nrl/nrl-premiership/match-centre/NRL20080101/stats Eventually I want it to extract other games data and combine it into one massive table. I need help doing this but main problem is I need to extract the match information which is at the top of the page but not correlated with the tables and have this displayed for each row The workflow I have so far is attached here PlayerStats v1.0.xaml (21.3 KB)