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) b0f9376dac Main build (Jenkins)
2024-11-03 11:09:51 +03:00

8 lines
274 B
Plaintext

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