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

10 lines
336 B
Plaintext
Raw Normal View History

2025-10-21 11:36:43 +03:00
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
2025-10-31 15:42:42 +03:00
Base = "apppSUqWfuxL53HHT";
Table = "tbl4oOxSHEcqPx92T";
Field = "fldopxtH4lgYEiMn1";
2024-10-02 20:28:02 +03:00
Name = String(New UUID) + "(change.)";
Description = "New description";
Result = OPI_Airtable.ModifyField(Token, Base, Table, Field, Name, Description);