1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-02-11 13:53:00 +02:00
Vitaly the Alpaca (bot) fec39365da Main build (Jenkins)
2024-10-03 09:45:14 +03:00

675 B

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");
    
  oint airtable GetCheckboxField --title "Checkbox"

{
 "name": "Checkbox",
 "type": "checkbox",
 "options": {
  "icon": "check",
  "color": "yellowBright"
 }
}