1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-07 23:03:08 +02:00
Files
OpenIntegrations/docs/en/md/Airtable/Working-with-fields/Get-checkbox-field.md
2024-10-15 09:53:37 +03:00

575 B

sidebar_position
sidebar_position
6

Get field (checkbox)

Gets the description of a boolean field

Function GetCheckboxField(Val Name) Export

Parameter CLI option Type Description
Name --title String Field name

Returns: Structure - Field description


    Result = OPI_Airtable.GetCheckboxField("Checkbox");
{
 "name": "Checkbox",
 "type": "checkbox",
 "options": {
  "icon": "check",
  "color": "yellowBright"
 }
}