Record URL builder

[apis/airtable/utils/Record URL builder]


Builds a URL for an AirTable record.


Keywords: airtable, record, 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>
    
  • record ID: string

    Receives a record's identifier relative to an AirTable table.

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

Output ports

  • URL: string

    Sends the constructed URL.

Last updated