Skip to main content
Version: 2.39.0

Actions

In ToolJet, actions are versatile functions that can be triggered by events within an app. Based on user interaction, actions can be configured to display alerts, run queries, switch pages, and perform other tasks.

Types of Actions

ToolJet supports a variety of actions. For instance, Show alert action displays a pop-up message, Run query executes data queries you've created, and Open webpage directs to a new webpage. Some of the other actions include navigating to another ToolJet app, managing modals, copying text to the clipboard, setting values in localStorage, and generating downloadable files from application data.

Preview Of Actions

Ways to Configure Actions

Actions can be triggered in response to various events, such as button presses or successful query executions. To set up actions, you can establish a new event within the configuration settings of any component or query. Alternatively, for more dynamic interactions, you can utilize a RunJS query. This approach enables action triggering based on user interactions or even at designated time intervals.

Checkout all the available actions under the Actions Reference dropdown for more information.