Once you have the record structure set up, you can display SmartSuite records in your Bubble app. This guide will walk you through the process.

Steps

1. Create a New Page

Add a repeating group to the page for listing the records. Refer to the demo setup for an example.

2. Set the Data Type

Set the data type to the one you defined (if you haven’t imported the data format yet, refer back to the Get the Record Structure guide). Example workflow

3. Display the Data

Add an action to display the fetched data in the repeating group. Example workflow

4. Add Content to Repeating Group

Add a text element to the repeating group and set the content to the data type’s title. Refer to the demo setup for an example.

5. Preview the Results

Hit preview to see the records display. Preview


Next Steps

Now that you’ve successfully displayed records, explore more advanced features of the SmartSuite plugin through our Plugin Reference.