Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting record id from table #45

Open
magicmass opened this issue Dec 9, 2020 · 1 comment
Open

Getting record id from table #45

magicmass opened this issue Dec 9, 2020 · 1 comment

Comments

@magicmass
Copy link

magicmass commented Dec 9, 2020

@stritti I think i have found a bug.

Trying to print all record id's from a formula field in airtable. The formula is using the RECORD_ID() function to display all the ID's.

String[] field= {"Record_ID"};


        System.out.println(table.select(field).size());
        List<User> recordIDs = table.select(field);

        for (User user : recordIDs) {
            System.out.println(user.getRecordID().toString());
          }

It returns null for each value but it .size() shows all values are there.

Any help would be much appreciated!

@stritti
Copy link
Member

stritti commented Dec 10, 2020

Hi @magicmass
could you provide an example airtable to reproduce?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants