Get field (file)
Gets the description of a file field
- Parameters
- Advanced call ?
Function GetAttachmentField(Val Name) Export
| Parameter | CLI option | Type | Required | Description |
|---|---|---|---|---|
| Name | --title | String | ✔ | Field name |
Returns
Structure - Field description
| Parameter | Description |
|---|---|
| dontwait | Creates a background job and returns its data (for 1C and OneScript only) |
1C:Enterprise/OneScript code example
Result = OPI_Airtable.GetAttachmentField("Attachment");
- Bash
- CMD/Bat
oint airtable GetAttachmentField \
--title "Attachment"
oint airtable GetAttachmentField ^
--title "Attachment"
Result
{
"name": "Attachment",
"type": "multipleAttachments"
}