Skip to main content

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

ParameterDescriptionDefault
AppThe released app to navigate to
Query paramsOptional key-value pairs appended to the target app's URLEmpty
DebounceTime in milliseconds to wait before executing the actionEmpty (no delay)
ToolJet - Action reference - Go To App

Triggering via RunJS

actions.goToApp('<slug>', queryParams);
  • slug can be found in the URL of the released app after application/, or in the Share modal that opens when clicking the Share button at the top-right of the app builder.
  • queryParams is 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.