Skip to content

Commit 01efcb3

Browse files
Main build (Jenkins)
1 parent 8468a85 commit 01efcb3

File tree

1,996 files changed

+20988
-20919
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,996 files changed

+20988
-20919
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
2-
Base = "appTFxTxSGl5JIIYT";
3-
Table = "tblm1MzAyPSjSsFXY";
4-
Record = "rec2DhMcBduGDh8nz";
2+
Base = "appLC1TVo3riW36dW";
3+
Table = "tblla5qvAJFJe58N0";
4+
Record = "recAsxhpmirGDapHY";
55
Text = "TestComment";
66

77
Result = OPI_Airtable.CreateComment(Token, Base, Table, Record, Text);

docs/en/examples/Airtable/CreateField.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
2-
Base = "appTFxTxSGl5JIIYT";
3-
Table = "tblm1MzAyPSjSsFXY";
2+
Base = "appLC1TVo3riW36dW";
3+
Table = "tblla5qvAJFJe58N0";
44
Name = String(New UUID);
55

66
Field = OPI_Airtable.GetNumberField(Name);

docs/en/examples/Airtable/CreatePosts.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
2-
Base = "appTFxTxSGl5JIIYT";
3-
Table = "tblm1MzAyPSjSsFXY";
2+
Base = "appLC1TVo3riW36dW";
3+
Table = "tblla5qvAJFJe58N0";
44

55
Number = 10;
66
String = "Hello";

docs/en/examples/Airtable/CreateTable.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
2-
Base = "appTFxTxSGl5JIIYT";
2+
Base = "appLC1TVo3riW36dW";
33

44
FieldArray = New Array;
55
FieldArray.Add(OPI_Airtable.GetNumberField("Number"));
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
2-
Base = "appTFxTxSGl5JIIYT";
3-
Table = "tblm1MzAyPSjSsFXY";
4-
Record = "rec2DhMcBduGDh8nz";
5-
Comment = "comfmoeMlarmKbjFm";
2+
Base = "appLC1TVo3riW36dW";
3+
Table = "tblla5qvAJFJe58N0";
4+
Record = "recAsxhpmirGDapHY";
5+
Comment = "comSCGM5TnoK2rxCV";
66

77
Result = OPI_Airtable.DeleteComment(Token, Base, Table, Record, Comment);
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
2-
Base = "appTFxTxSGl5JIIYT";
3-
Table = "tblm1MzAyPSjSsFXY";
4-
Record = "rec2DhMcBduGDh8nz";
2+
Base = "appLC1TVo3riW36dW";
3+
Table = "tblla5qvAJFJe58N0";
4+
Record = "recAsxhpmirGDapHY";
55

66
Result = OPI_Airtable.DeleteRecords(Token, Base, Table, Record);
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
2-
Base = "appTFxTxSGl5JIIYT";
3-
Table = "tblm1MzAyPSjSsFXY";
4-
Record = "rec2DhMcBduGDh8nz";
5-
Comment = "comfmoeMlarmKbjFm";
2+
Base = "appLC1TVo3riW36dW";
3+
Table = "tblla5qvAJFJe58N0";
4+
Record = "recAsxhpmirGDapHY";
5+
Comment = "comSCGM5TnoK2rxCV";
66

77
Text = "Test comment (change.)";
88
Result = OPI_Airtable.EditComment(Token, Base, Table, Record, Comment, Text);
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
2-
Base = "appTFxTxSGl5JIIYT";
3-
Table = "tblm1MzAyPSjSsFXY";
4-
Record = "rec2DhMcBduGDh8nz";
2+
Base = "appLC1TVo3riW36dW";
3+
Table = "tblla5qvAJFJe58N0";
4+
Record = "recAsxhpmirGDapHY";
55

66
Result = OPI_Airtable.GetComments(Token, Base, Table, Record);
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
2-
Base = "appTFxTxSGl5JIIYT";
2+
Base = "appLC1TVo3riW36dW";
33

44
Result = OPI_Airtable.GetDatabaseTables(Token, Base);
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
2-
Base = "appTFxTxSGl5JIIYT";
3-
Table = "tblm1MzAyPSjSsFXY";
2+
Base = "appLC1TVo3riW36dW";
3+
Table = "tblla5qvAJFJe58N0";
44

55
Result = OPI_Airtable.GetListOfRecords(Token, Base, Table);

0 commit comments

Comments
 (0)