Get field (string)
Gets the description of a string field
Function GetStringField(Val Name) Export
| Parameter | CLI option | Type | Required | Description | 
|---|---|---|---|---|
| Name | --title | String | ✔ | New field name | 
Returns: Structure - Field description
1C:Enterprise/OneScript code example
    Result = OPI_Airtable.GetStringField("String");
- Bash
- CMD/Bat
    oint airtable GetStringField \
     --title "String"
    oint airtable GetStringField ^
     --title "String"
Result
{
 "name": "String",
 "type": "richText"
}