Skip to main content

Get field (file)

Gets the description of a file field

Function GetAttachmentField(Val Name) Export

ParameterCLI optionTypeRequiredDescription
Name--titleStringField name

Returns: Structure - Field description


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