Get field (email)
Gets the description of an email field
- Parameters
- Advanced call ?
Function GetEmailField(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.GetEmailField("Email");
- Bash
- CMD/Bat
oint airtable GetEmailField \
--title "Email"
oint airtable GetEmailField ^
--title "Email"
Result
{
"name": "Email",
"type": "email"
}