Skip to main content

Get field (url)

Gets the description of a URL field

Function GetLinkField(Val Name) Export

ParameterCLI optionTypeRequiredDescription
Name--titleStringField name
Returns

Structure - Field description

1C:Enterprise/OneScript code example
Result = OPI_Airtable.GetLinkField("Link");
oint airtable GetLinkField \
--title "Link"
Result
{
"name": "Link",
"type": "url"
}