Get field (url)
Gets the description of a URL field
- Parameters
- Advanced call ?
Function GetLinkField(Val Name) Export
| Parameter | CLI option | Type | Required | Description |
|---|---|---|---|---|
| Name | --title | String | ✔ | Field name |
Returns
Structure - Field description
| Parameter | Description |
|---|---|
| dontwait | Creates a background job and returns its data (for 1C and OneScript only) |
1C:Enterprise/OneScript code example
Result = OPI_Airtable.GetLinkField("Link");
- Bash
- CMD/Bat
oint airtable GetLinkField \
--title "Link"
oint airtable GetLinkField ^
--title "Link"
Result
{
"name": "Link",
"type": "url"
}