Skip to main content

Get field (phone)

Gets the description of a phone number field

Function GetPhoneField(Val Name) Export

ParameterCLI optionTypeRequiredDescription
Name--titleStringField name

Returns: Structure - Field description


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