I want to get the table elements placed in the page with the forge macro.
However, when I use
document.getElementsByTagName("table")
, the retrieved table element is 0.
I am assuming that this is due to the fact that the above code is written in App.js, so the scope is different.
If anyone knows a better way to do this, please let me know.
Table using the standard "Insert Table" macro.