1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00
Files
OpenIntegrations/docs/en/examples/Airtable/ModifyField.txt
Vitaly the Alpaca (bot) e2be9c7328 Main build (Jenkins)
2025-05-21 08:49:49 +03:00

10 lines
336 B
Plaintext
Vendored

Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "app7HgN8N8JXk96nj";
Table = "tblDHsmb8j2zvXWAs";
Field = "fldjm76pFdhOTKHjy";
Name = String(New UUID) + "(change.)";
Description = "New description";
Result = OPI_Airtable.ModifyField(Token, Base, Table, Field, Name, Description);