Skip to main content

Get field (string)

Gets the description of a string field

Function GetStringField(Val Name) Export

ParameterCLI optionTypeRequiredDescription
Name--titleStringNew field name

Returns: Structure - Field description


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