1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-15 23:41:44 +02:00
Files
OpenIntegrations/docs/en/examples/Airtable/ModifyTable.txt
Vitaly the Alpaca (bot) 47fa4e92bb Main build (Jenkins)
2025-06-27 11:47:43 +03:00

8 lines
334 B
Plaintext
Vendored

Token = FunctionParameters["Airtable_Token"];
Base = FunctionParameters["Airtable_Base"];
Table = FunctionParameters["Airtable_Table"];
Name = "Test table 2 (change.)";
Description = "New table (change.)";
Result = OPI_Airtable.ModifyTable(Token, Base, Table, Name, Description);