1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00
Files
OpenIntegrations/docs/en/examples/Airtable/ModifyField.txt
Vitaly the Alpaca (bot) 1ac50e479f Main build (Jenkins)
2024-10-15 10:07:27 +03:00

10 lines
336 B
Plaintext

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