Skip to main content

Get field (string)

Gets the description of a string field

Function GetStringField(Val Name) Export

ParameterCLI optionTypeDescription
Name--titleStringNew field name

Returns: Structure - Field description


Code example
  
Name = "String";

Response = OPI_Airtable.GetStringField(Name); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
CLI command example
    
oint airtable GetStringField --title "String"

Result
{
"name": "String",
"type": "richText"
}