Hi,
I'm trying to retrieve the outer html of a matrix table to copy it to Excel. The problem is that I can't provide an url because it's login-based. When I perform the manual steps:
- Click on Inspect.
- Go to console
- Enter "document.querySelector("#matrixAnchor").outerHTML" in the console and press enter. It will show me the desired results:
When I try this with a KM macro with a "Execute Javascript in Front Browser"
and checking the console. I'm getting this error:
Why is this happening? Is there a workaround?