1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00
Files
OpenIntegrations/docs/en/examples/Airtable/CreateField.txt
T
Vitaly the Alpaca (bot) f54be3bb1d Main build (Jenkins)
2024-10-13 20:13:25 +03:00

8 lines
274 B
Plaintext

Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "appESy99HYCLbuWlV";
Table = "tbl5gZLQ8i5xKuVTy";
Name = String(New UUID);
Field = OPI_Airtable.GetNumberField(Name);
Result = OPI_Airtable.CreateField(Token, Base, Table, Field);