AzureStorage.Tables

The function retrieves a navigation table from an Azure storage vault, displaying a row for every table found at the specified account URL. Each row includes a link to the corresponding Azure table. U...

Syntax

AzureStorage.Tables(account as text, optional options as nullable record) as table.

About

The function retrieves a navigation table from an Azure storage vault, displaying a row for every table found at the specified account URL. Each row includes a link to the corresponding Azure table. Users can provide an optional record parameter called "options" to indicate additional properties. This record can include the following fields: - Timeout: This field specifies the duration to wait before giving up on the server request. The default value is specific to the data source.