# Connect multiple tables from Airtable to one app

In **Airtable**, multiple tables can be used to separate the content of different sections in your app.

![](/files/-Mflxgm0X1jYKjHTGvak)

1\. In the **design tool**, create one app page for each table.

* You will later create one request per table, and connect each request to each screen in Bravo.

![](/files/-Mflxgm3ruNHnfzgonSv)

2\. In Bravo, create a request for the first table (Indonesia)

![](/files/-Mflxgm4L78SLyGLsV1x)

2.1 Open the API Documentation for your Airtable base, locate **"Tab 1" Table > List records**

2.2 Copy the URL under "Example Request" (everything before "?")

* Ex: <https://api.airtable.com/v0/appVGckaoAiFLjokw/Indonesia>

![](/files/-Mflxgm2jti02zHkisc-)

2.3 Paste to **Request URL** field in Bravo

2.4 Put in your Authorization key in the **Headers**

![](/files/-Mflxgm5PMi6n1FvqEHB)

2.5 Press **Send** & choose the data you want to display in app screen #1

3\. To connect the 2nd (and so on) table to app screen #2, in the Airtable API Documentation, locate **"Tab 2" Table > List records**

![](/files/-Mflxgm1IxzRJTLLlHnG)

3.1 Copy the **URL** for that table

3.2 Create a separate request in your data collection in Bravo

3.3 Repeat Step 2.3 - 2.5

That's it! 🎉


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bravostudio.app/connect-api/browse-by-backend/airtable/airtable-connect-multiple-tables-from-airtable-to-one-app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
