📄️ Show alert
This action allows you to display an alert message.
📄️ Logout
This action allows you to log out of the application (ToolJet).
📄️ Run Query
This action allows you to fire queries when an event occurs.
📄️ Open webpage
You can use this action to open a webpage(on a new tab) for any event.
📄️ Go to app
This action allows you to open any released ToolJet application when an event occurs. Only the apps that are released can be opened using this action.
📄️ Show modal
Use this action to show the modal for an event.
📄️ Close modal
Use this action to close the modal that is already shown.
📄️ Copy to clipboard
Use this action to copy the text to the clipboard.
📄️ Set localStorage
This action allows you to specify a key and its corresponding value to be stored in local storage of the browser. Local storage can be useful in a lot of scenarios. Some of the most common use cases of the local storage includes:
📄️ Generate file
This action allows you to construct files on the fly and let users download it.
📄️ Set Table Page
Use this action to change the page index in the table widget.
📄️ Set variable
This action allows you to create a variable and assign a value to it.
📄️ Unset variable
This action allows you to remove the variable that was created using the set variable action.
📄️ Switch Page
Utilize this action with various event handler to transition to a different page within the Multipage App.
📄️ Set page variable
Page variables are restricted to the page where they are created and cannot be accessed throughout the entire application like regular variables.
📄️ Unset page variable
Utilize this action to clear a variable that was established using the set page variable action.
📄️ Control component (Component Specific Actions)
Control component action invokes the component specific actions. Component specific actions are the actions that are exclusive actions for a particular component. Component specific actions can be triggered either through the event handlers or from the Run JavaScript code query.