Actions Reference
Actions define what happens when an event occurs in a ToolJet application — running a query, displaying an alert, navigating to a different page, updating a variable, and more. They can be configured declaratively through an event handler, or invoked programmatically from a RunJS query.
Run Action
Operate on queries, or surface feedback to the user.
Control Component
Change a component's state, visibility, or invoke its component-specific actions (CSAs).
Navigation
Move the user between pages or apps.
Variable
Create, update, or clear app-level and page-level variables.
Set Page Variable
Sets a variable scoped to the current page.
Unset Page Variable
Clears a single page-scoped variable.
Unset All Page Variable
Clears every variable on the current page.
Set Variable
Sets a variable available across the app.
Unset Variable
Clears a single app-level variable.
Unset All Variable
Clears every variable across the app.