The Community will be undergoing maintenance on Friday January 10 at 2:00pm - Saturday January 11 at 2:00pm EST, and will be "read-only." For assistance during this time, please visit our Help Center.
I am really proud to show you R750Exporer: https://r750explorer.me (German)
About the App
The App is a combination of treasure hunt (German: Schnitzeljagd) and geocaching for the city Radolfzell near Lake Constance. Radolfzell celebrates currently to...
I have a table with several entries. One Column is an ID which could be used several times (not unique).
Now I would like to retrieve a list of all records with just one unique entry in column ID. Somehow like an inverted duplication-checker.
I wante...
We are happy to announce the Java Client for Airtable.
We created for educational purposes. Have a look at GitHub: https://github.com/Sybit-Education/airtable.java
The client supports automatically object mapping. All CRUD-Operations (including Attac...
How could I filter via JavaScript API depending on linked table? What is the criteria if there are more than one table linked?
I tried "{Column} = '" + record.get('Col') + "' but then I get only the results with just this reference, not the records h...
Have you have tried to follow readme?
github.com
Sybit-Education/airtable.java/blob/master/README.md
[![Build Status](https://travis-ci.org/Sybit-Education/airtable.java.svg?branch=master)](https://travis-ci.org/Sybit-Ed...
Have a look in the common java implementation, there are JUnit-Tests showing how to use it: https://github.com/Sybit-Education/airtable.java/tree/master/src/itest
Hope this helps.
Maybe it is a to common question. It is difficult to start to answer.
I will try to answer some parts:
if you are logged in your account at airtable, you could open the API documentation by the (?) in the upper right of the window.
The documentation ...
Sorry for the confusion,
It is the option 2. I am looking for.
Your example is great. This could reduce my amount of rows to load. I will investigate in it to adopt it for my project.