SmartSuite is a flexible and powerful tool, and SmartSuite tables have various data structures. To display a group of records in your Bubble app, you need to ensure Bubble knows the structure of the data it should expect. This is where the action to get the record structure for your table comes into play. This short how-to demonstrates how to do it.
Create a page specifically for fetching the structure. This page isn’t user-facing; it’s just for you to grab the data structure needed to format your API call correctly. For an example setup, check out this demo editor
Set Up the Workflow
Create a workflow with two actions on page load: 1. ‘SmartSuite - Fetch Table’ 2. Display the data
Refer to the demo workflow for an example setup : here.
Import the Data Format
Copy the data format and add it to the API Connector. Refer to demo editor to see the setup here
Now that you’ve obtained the record structure, the next step is to display SmartSuite records in your Bubble app. Continue by following our guide on displaying records.