mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-18 23:48:56 +02:00
16 lines
470 B
Plaintext
16 lines
470 B
Plaintext
|
|
||
|
Base = "apptm8Xqo7TwMaipQ";
|
||
|
Table = "tbl9G4jVoTJpxYwSY";
|
||
|
Numeric = 10;
|
||
|
StringType = "Hello";
|
||
|
|
||
|
RowDescription1 = New Structure("Number,String", Numeric, StringType);
|
||
|
RowDescription2 = New Structure("Number,String", Numeric, StringType);
|
||
|
|
||
|
Data = New Array;
|
||
|
Data.Add(RowDescription1);
|
||
|
Data.Add(RowDescription2);
|
||
|
|
||
|
Response = OPI_Airtable.CreatePosts(Token, Base, Table, Data); //Map
|
||
|
Response = OPI_Tools.JSONString(Response); //JSON string
|