Integrate with Budibase
Last updated
Last updated
is a modern, open-source low-code platform for building modern internal applications in minutes. It stands out as a robust no-code platform, enabling users to create dynamic applications without traditional coding skills.
provides a versatile solution for streamlining the application development process. What sets Budibase apart is its seamless integration with Retable as a data source, allowing users to easily tap into a user-friendly data repository and enhance the functionality of their applications.
This collaboration ensures a reliable and efficient data management system, empowering users to leverage the potential of the no-code revolution and experience a more intuitive and efficient development journey.
Budibase users can utilize Retable's public APIs by selecting HTTP Request as their data source. This integration enables seamless access to all public APIs Retable provides within Budibase applications.
Using HTTP requests, users can effortlessly make requests and retrieve data from Retable's APIs, facilitating the creation of dynamic and data-driven applications without usage constraints.
First, we need to create API keys on the Retable end so we can connect Budibase with Retable, using Retable APIs. To do this, follow the steps below:
From the "Account overview" section, go to API and create an API key.
Ensure that the API status is "enabled".
Copy the API key.
This serves as the authentication method for accessing the Retable account and its associated data.
The Retable API can be used through two methods.
The first (and suggested) approach involves using the "Import" feature. If you would like to go with this approach, just read on.
To import Retable API to Budibase, simply click on "Import," choose the Retable Open API 3.0 files, and the import process will be seamlessly completed.
Once you download the Budibase API files and import them, the majority of the setup is complete. Simply append the "budibase" to "platform" within the specified parameters under the Bindings section. This addition ensures that all the required APIs are included. Proceed to the "Params" and "Body" sections, and populate the data part accordingly.
For manual inclusion of requests and the addition of external APIs without utilizing files, click the "Create New Query" button. Proceed to fill in the essential components as needed. This allows for the direct creation and customization of queries without reliance on pre-existing files.
Now that this section is complete, you are ready to build your own apps with Budibase, using Retable as a backend.
The zip file includes several Json files that represent Retable API specification. You can download this file, extract it, and then import it into Budibase so that Busibase can work with Retable REST APIs.
The second method is creating queries manually, which is .
The required files are accessible in the section. Simply download them and use them in the next section.
Head over to the great filled with lots of information to start your next app project.