mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-22 14:07:26 +00:00
17 lines
468 B
Markdown
17 lines
468 B
Markdown
|
|
---
|
||
|
|
id: switch-page
|
||
|
|
title: Switch Page
|
||
|
|
---
|
||
|
|
|
||
|
|
Use this action with different events to switch to a different page in the [Multipage App](/docs/tutorial/pages).
|
||
|
|
|
||
|
|
:::info
|
||
|
|
You can also trigger actions from the **JavaScript code**. Check it out [here](/docs/how-to/run-actions-from-runjs).
|
||
|
|
:::
|
||
|
|
|
||
|
|
<div style={{textAlign: 'center'}}>
|
||
|
|
|
||
|
|
<img className="screenshot-full" src="/img/actions/page/switch-page.png" alt="ToolJet - Action reference - Switch page" width="600"/>
|
||
|
|
|
||
|
|
</div>
|