1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-01 22:29:52 +02:00
Files
OpenIntegrations/docs/en/examples/Airtable/CreatePosts.txt

16 lines
521 B
Plaintext
Raw Normal View History

2025-10-21 11:36:43 +03:00
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
2025-10-29 21:59:54 +03:00
Base = "appV9I2LlZaAsjRQV";
Table = "tblLFp3HF457KlmKo";
2024-10-02 20:28:02 +03:00
Number = 10;
String = "Hello";
RowDescription1 = New Structure("Number,String", Number, String);
RowDescription2 = New Structure("Number,String", Number, String);
ArrayOfDescriptions = New Array;
ArrayOfDescriptions.Add(RowDescription1);
ArrayOfDescriptions.Add(RowDescription2);
Result = OPI_Airtable.CreatePosts(Token, Base, Table, ArrayOfDescriptions);