1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-07 07:10:01 +02:00
Vitaly the Alpaca (bot) 8c19a52377 Main build (Jenkins)
2024-10-02 20:28:02 +03:00

664 B

sidebar_position
4

Get field (numeric)

Gets the description of a numeric field

Function GetNumberField(Val Name, Val Precision = 0) Export

Parameter CLI option Type Description
Name --title String New field name
Precision --precision Number, String Number of decimal places

Returns: Structure - Field description


    Result = OPI_Airtable.GetNumberField("Number");
    
  oint airtable GetNumberField --title "Number" --precision "0"