1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-21 23:57:40 +02:00
Files
OpenIntegrations/docs/en/examples/Airtable/CreateField.txt

8 lines
274 B
Plaintext
Raw Normal View History

2025-06-29 14:35:33 +03:00
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
2025-09-03 11:37:08 +03:00
Base = "appEmaN0mr9hI9tBA";
Table = "tblJQBbrtHGsSAmuI";
2024-10-02 20:28:02 +03:00
Name = String(New UUID);
Field = OPI_Airtable.GetNumberField(Name);
Result = OPI_Airtable.CreateField(Token, Base, Table, Field);