You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-18 09:51:28 +02:00
15 lines
517 B
Plaintext
Vendored
15 lines
517 B
Plaintext
Vendored
Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
|
|
Base = "appJiRrCJhRhnaVAo";
|
|
Table = "tblFGmvh2eldM8MuJ";
|
|
|
|
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); |