1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-03 22:39:12 +02:00
Files
OpenIntegrations/docs/en/examples/Airtable/ModifyField.txt

10 lines
336 B
Plaintext
Raw Normal View History

2025-06-29 14:35:33 +03:00
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
2025-07-16 19:45:17 +03:00
Base = "appz0vDkZj4zWcwC4";
Table = "tblZfIqdXzJwgw98C";
Field = "fldyjsCwmEg8I0xDp";
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);