Table URL builder

[apis/airtable/utils/Table URL builder]


Builds a URL for an AirTable table.


Keywords: airtable, table, url, build

Input ports

  • base ID: string

    Receives the ID of an AirTable base. Example:

    "app...",<br>
    ```<br>
    
  • table name: string

    Receives a table's identifier relative to an AirTable base. Example:

    "...",<br>
    ```<br>

Output ports

  • URL: string

    Sends the constructed URL.

Last updated