📄️ Creating new app
Apps in ToolJet binds the widgets, data sources and queries together.
📄️ Adding a data source
The data sources are created on app level and not on workspace level.
📄️ Building Queries
Query Editor lives at the bottom of the page. We will now build a query for the PostgreSQL datasource that we connected in the previous step.
📄️ Transformations
Transformations can be enabled on queries to transform the query results. ToolJet allows you to transform the query results using two programming languages:
📄️ Adding a widget
To add a widget, navigate to the Widget manager on the right sidebar. It will display the list of built-in widgets that can be added to the app. Use the search functionality to quickly find the widget that you want.
📄️ Adding actions
ToolJet supports several actions that can be invoked as the handler for any event that is triggered in an application.
📄️ Debugger
The debugger captures errors that happens while running the queries. For example, when a database query fails due to the unavailability of a database or when a REST API query fails due to an incorrect URL, the errors will be displayed on the debugger. The debugger also displays relevant data related to the error along with the error message. Debugger is located on the left-sidebar.
📄️ Mobile layout
Mobile layout is activated when the width of the window is less than 600px.
📄️ Versioning and Release
Versioning and Release lets you version control your apps and release app changes to the users.
📄️ Preview and Sharing Apps
Preview
📄️ Managing Users and Groups
Managing Users
📄️ Keyboard Shortcuts
You can perform operations like undo, redo, clone, or removing the widget directly using the keyboard shortcuts.
📄️ Multi-Workspace
User can create their own workspaces, user who created workspace will be having admin privileges for the workspace.
📄️ Workspace Variables
Workspace Variables are the variables with some value(usually tokens/secret keys/API keys) that can be used in different apps across the same Workspace.
🗃️ Dashboard
1 个项目