Go to app
The Go to app action opens a different released ToolJet application when an event occurs. Only released apps can be opened this way.
Configuration
| Parameter | Description | Default |
|---|---|---|
| App | The released app to navigate to | — |
| Query params | Optional key-value pairs appended to the target app's URL | Empty |
| Debounce | Time in milliseconds to wait before executing the action | Empty (no delay) |
Triggering via RunJS
actions.goToApp('<slug>', queryParams);
slugcan be found in the URL of the released app afterapplication/, or in the Share modal that opens when clicking the Share button at the top-right of the app builder.queryParamsis an array of key-value pairs in the format[['key1', 'value1'], ['key2', 'value2']].
info
For a full quick-reference of all actions' RunJS syntax, see Run Actions from RunJS.