If you would like to be able to press a button and have my current page added as a link in a table, this is how you do it.
I can easily use links to access pages from other pages:
I would like to be able to create links to other pages inside of a table by pressing a button.
You would think this would work:
But that seems to cause an error. To get around this, you can create a formula named thisPage
that looks something like this:
Then you can reference thisPage
in your button like this:
Sure enough, clicking the button adds a link to your table:
Bit hacky, but nice to know!