DronaHQ lets you build internal tools fast. It comes with a drag-and-drop component canvas, query builders, and more.
button_click
.
Step 2: Click the ”+” icon to add a new actin. Then click “Server-side actions” and select your Sequin Postgres Proxy connection.
Step 3: Click ”+ Add Query.”
You can compose an insert
query by populating values
with various input fields in your application. For example, if you have a form with inputs named first_name
, last_name
, and email
, the corresponding insert
query would look like this:
button_click
action workflow editor, click the ”+” icon underneath “Error.”
Step 2: Select an “On-Screen Action” such as “Toast,” which you can use to display an error message to the user. In the “Message” field, you can render the error result from the insert data query. (Be sure to bind insert errors to variables, as described in the previous section.)
Here’s an example of configuring a “Toast” to display an insert error: