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