Copy html data table into google sheet

Hi,

I am very new to RPA, and have managed to build the following bot:

  • using xclick, navigate to the web portal
  • using xclick, login to web portal
  • using xclick, navigate to reporting section
  • using xclick, run custom report that outputs a data table onto the page (see screenshot attachment)
  • my research shows it will be helpful to use SourceSearch and SourceExtract, i have been following the videos but i am getting stuck with the regular expression side and understanding how to extract these (see full xpath: /html/body/div[1]/div[3]/div[17]/div/div/div/div/div[2]/div[3]/div/div[5]/div/div[1]/table)

i would really appreciate any guidance or help in this regard

any assistance appreciated?