Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

133
Views
Fetch Airtable image url in a array

I was looking into the Airtable API, and I looked into the section "list records", I can see the sample code in Javascript, and some of the fields I have looked into, it only works on the 'text' or string field type.

eachPage(function page(records, fetchNextPage) {
    records.forEach(function(record) {
        console.log('Retrieved', record.get('Name'));
    });

Then I tried adding the "profile photo" field, but knowing the field is actually a array type because there are separate URLS for different image sizes in a array. Simply what I did is this

eachPage(function page(records, fetchNextPage) {
    records.forEach(function(record) {
        console.log('Retrieved', record.get('Profile Photo'));
    });

I tested in a playcode.io playground and came out as this:

Retrieved (1) [{...}]
Retrieved (1) [{...}]
Retrieved (1) [{...}]

Is there a way to get a item in a array field in this?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!