Can anyone help me understand why this isn't working?=importxml("https://www.panamacompra.gob.pa/Inicio/#!/vistaPreviaCP?NumLc=2020-1-0-0-08-LP-000101","/html/body/div[1]/div[2]/div/div/div[2]/div/div[1]/table/tbody/tr[1]/td[2]")
I'm basically trying to get the info on each of the fields of the table. The xmlquery is taken directly from an inspection of the element and copy of the full Xpath. However, if I try a simple //td it also doesn't work?Any help, appreciated. Thanks.