Appsmith lets you build internal tools fast. It comes with a drag-and-drop component canvas, query builders, and more. You can use Sequin to build Appsmith apps on top of APIs like Salesforce and HubSpot. Sequin will sync your API data to a Postgres database so you can write your integration in SQL. Changes you make to your database records will be applied to the API and your database at the same time.
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:
[your_query]
.” Now, when the user clicks the “Submit” button on the form, Appsmith will execute the insert query:
{{[your_query].data}}
.
Now, if a user attempts to perform an insert and it fails, they’ll see the validation error that was returned by Salesforce: