top menu gradient

Navigate pages at runtime

You can implement page navigation in your app using the GOTO_PAGE() function. Simply insert the name of the page to navigate to, like so:

=GOTO_PAGE("Page 1")
Copy to clipboard

Because the GOTO_PAGE function is always lazy and, hence, the cell containing the function becomes an action cell, you can then bind a component's event, for example onClick, to this action cell to let the end-user navigate to the specified page.

For more information binding events to action cells, see here.

Contents