![]() |
VOOZH | about |
Claris FileMaker is a low-code platform that enables users to quickly create custom apps to manage and automate data workflows. Using the CData API Driver for ODBC and the CData SQL Gateway, FileMaker connects to JotForm data through its ESS (External SQL Source) feature, allowing you to work with JotForm records as if they were native FileMaker tables.
In this article, we configure and use the CData API Driver for ODBC and the CData SQL Gateway, along with the MySQL ODBC Driver, to connect to JotForm data using the ESS functionality in FileMaker.
If you have not already, first specify connection properties in an ODBC DSN (data source name). This is the last step of the driver installation. You can use the Microsoft ODBC Data Source Administrator to create and configure ODBC DSNs.
Start by setting the Profile connection property to the location of the JotForm Profile on disk (e.g. C:\profiles\JotForm.apip). Next, set the ProfileSettings connection property to the connection string for JotForm (see below).
Find your JotForm API Key in order to authenticate. To obtain an API Key, go to 'My Account' > 'API Section' > 'Create a New API Key'. Once you've created your new API Key, you can set it in the ProfileSettings connection property.
Custom Enterprise API Domains
Enterprise customers of JotForm are given custom API domains to connect to, rather than the default 'api.jotform.com' domain. If you are an enterprise JotForm customer, then set Domain to you custom API hostname, such as 'your-domain.com' or 'subdomain.jotform.com', inside the ProfileSettings connection property. Conversely, if you do not have a custom domain and still need to connect to 'api.jotform.com', then leave Domain undefined and set only APIKey.
When you configure the DSN, you may also want to set the Max Rows connection property. This will limit the number of rows returned, which is especially helpful for improving performance when designing reports and visualizations.
The CData SQL Gateway bridges non-SQL data sources (like SaaS applications, APIs, and NoSQL databases) with SQL-based tools (like FileMaker, MySQL clients, and BI tools).
In simple terms, it exposes any CData driver-supported source - for example, JotForm - as a standard MySQL or SQL Server endpoint.
See the SQL Gateway Overview to set up JotForm data connectivity as a virtual MySQL database. Set up a MySQL remoting service that listens for MySQL requests from clients, and configure the service through the SQL Gateway UI (as shown below). Save the user credentials (Username and Password) for future use.
π Add a new service in CData SQL GatewayOnce you establish the connection, you can use the CData SQL Gateway to access JotForm data through the MySQL protocol.
Follow the steps below to install and configure the MySQL ODBC Driver:
You have now successfully configured the MySQL ODBC Driver.
In this section, we explore how to use the ESS (External SQL Source) feature to retrieve data in the FileMaker application. Follow the given steps to complete the process:
Download a free 30-day trial of CData API Driver for ODBC to integrate JotForm data into Claris FileMaker and use JotForm data in your FileMaker applications.
Contact our Support Team if you have any questions.
Connect to live data from JotForm with the API Driver
Connect to JotForm